diff --git a/VERSION.txt b/VERSION.txt index c0204ea277..b62d8ef8ec 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.10.16 \ No newline at end of file +5.10.17 \ No newline at end of file diff --git a/app/PaymentDrivers/Rotessa/Jobs/TransactionReport.php b/app/PaymentDrivers/Rotessa/Jobs/TransactionReport.php index dc8020cca7..c62c35f1f3 100644 --- a/app/PaymentDrivers/Rotessa/Jobs/TransactionReport.php +++ b/app/PaymentDrivers/Rotessa/Jobs/TransactionReport.php @@ -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){ diff --git a/composer.lock b/composer.lock index 25bf656a39..c5427c1227 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/config/ninja.php b/config/ninja.php index d2ff07a5bb..a1fe742fc8 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -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),