This commit is contained in:
David Bomba 2024-08-03 14:08:34 +10:00
parent 285618600b
commit 186cf16cee
4 changed files with 17 additions and 16 deletions

View File

@ -1 +1 @@
5.10.16 5.10.17

View File

@ -49,7 +49,8 @@ class TransactionReport implements ShouldQueue
{ {
MultiDB::setDB($db); MultiDB::setDB($db);
CompanyGateway::where('gateway_key', '91be24c7b792230bced33e930ac61676') CompanyGateway::query()
->where('gateway_key', '91be24c7b792230bced33e930ac61676')
->cursor() ->cursor()
->each(function ($cg){ ->each(function ($cg){

24
composer.lock generated
View File

@ -535,16 +535,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.317.0", "version": "3.317.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "6d46c8e00c22f66349b8a509bd2c5ced72cceff2" "reference": "dc1e3031c2721a25beb2e8fbb175b576e3d60ab9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6d46c8e00c22f66349b8a509bd2c5ced72cceff2", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/dc1e3031c2721a25beb2e8fbb175b576e3d60ab9",
"reference": "6d46c8e00c22f66349b8a509bd2c5ced72cceff2", "reference": "dc1e3031c2721a25beb2e8fbb175b576e3d60ab9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -624,9 +624,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "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", "name": "bacon/bacon-qr-code",
@ -972,16 +972,16 @@
}, },
{ {
"name": "checkout/checkout-sdk-php", "name": "checkout/checkout-sdk-php",
"version": "3.2.1", "version": "3.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/checkout/checkout-sdk-php.git", "url": "https://github.com/checkout/checkout-sdk-php.git",
"reference": "91797beb18fd9b1581b1cfe5b96a551c0009417c" "reference": "ac757648271894e3c30b7bc58ff08ba1b5b84de8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/91797beb18fd9b1581b1cfe5b96a551c0009417c", "url": "https://api.github.com/repos/checkout/checkout-sdk-php/zipball/ac757648271894e3c30b7bc58ff08ba1b5b84de8",
"reference": "91797beb18fd9b1581b1cfe5b96a551c0009417c", "reference": "ac757648271894e3c30b7bc58ff08ba1b5b84de8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1034,9 +1034,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/checkout/checkout-sdk-php/issues", "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", "name": "clue/stream-filter",

View File

@ -17,8 +17,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true), 'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION', '5.10.16'), 'app_version' => env('APP_VERSION', '5.10.17'),
'app_tag' => env('APP_TAG', '5.10.16'), 'app_tag' => env('APP_TAG', '5.10.17'),
'minimum_client_version' => '5.0.16', 'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1', 'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false), 'api_secret' => env('API_SECRET', false),