mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
v5.10.17
This commit is contained in:
parent
285618600b
commit
186cf16cee
@ -1 +1 @@
|
||||
5.10.16
|
||||
5.10.17
|
@ -49,7 +49,8 @@ class TransactionReport implements ShouldQueue
|
||||
{
|
||||
MultiDB::setDB($db);
|
||||
|
||||
CompanyGateway::where('gateway_key', '91be24c7b792230bced33e930ac61676')
|
||||
CompanyGateway::query()
|
||||
->where('gateway_key', '91be24c7b792230bced33e930ac61676')
|
||||
->cursor()
|
||||
->each(function ($cg){
|
||||
|
||||
|
24
composer.lock
generated
24
composer.lock
generated
@ -535,16 +535,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.317.0",
|
||||
"version": "3.317.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "6d46c8e00c22f66349b8a509bd2c5ced72cceff2"
|
||||
"reference": "dc1e3031c2721a25beb2e8fbb175b576e3d60ab9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6d46c8e00c22f66349b8a509bd2c5ced72cceff2",
|
||||
"reference": "6d46c8e00c22f66349b8a509bd2c5ced72cceff2",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/dc1e3031c2721a25beb2e8fbb175b576e3d60ab9",
|
||||
"reference": "dc1e3031c2721a25beb2e8fbb175b576e3d60ab9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -624,9 +624,9 @@
|
||||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.317.0"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.317.1"
|
||||
},
|
||||
"time": "2024-08-01T18:12:34+00:00"
|
||||
"time": "2024-08-02T18:09:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@ -972,16 +972,16 @@
|
||||
},
|
||||
{
|
||||
"name": "checkout/checkout-sdk-php",
|
||||
"version": "3.2.1",
|
||||
"version": "3.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/checkout/checkout-sdk-php.git",
|
||||
"reference": "91797beb18fd9b1581b1cfe5b96a551c0009417c"
|
||||
"reference": "ac757648271894e3c30b7bc58ff08ba1b5b84de8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/91797beb18fd9b1581b1cfe5b96a551c0009417c",
|
||||
"reference": "91797beb18fd9b1581b1cfe5b96a551c0009417c",
|
||||
"url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/ac757648271894e3c30b7bc58ff08ba1b5b84de8",
|
||||
"reference": "ac757648271894e3c30b7bc58ff08ba1b5b84de8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1034,9 +1034,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/checkout/checkout-sdk-php/issues",
|
||||
"source": "https://github.com/checkout/checkout-sdk-php/tree/3.2.1"
|
||||
"source": "https://github.com/checkout/checkout-sdk-php/tree/3.2.2"
|
||||
},
|
||||
"time": "2024-07-09T16:07:18+00:00"
|
||||
"time": "2024-08-02T08:07:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "clue/stream-filter",
|
||||
|
@ -17,8 +17,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => env('APP_VERSION', '5.10.16'),
|
||||
'app_tag' => env('APP_TAG', '5.10.16'),
|
||||
'app_version' => env('APP_VERSION', '5.10.17'),
|
||||
'app_tag' => env('APP_TAG', '5.10.17'),
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', false),
|
||||
|
Loading…
Reference in New Issue
Block a user