fix bug: customer pay full amount but payment cant go through due to rounding up issue

This commit is contained in:
edmondlang
2024-06-26 23:43:40 +08:00
parent 669cac9bd4
commit dfedb99c13
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1272,6 +1272,7 @@ Route::get('/payment-and-billing-2', function () {
Route::get('/show-all-extra-payments', function () {
ini_set('memory_limit', '-1');
ini_set('max_execution_time', 0);
$invoices = Transaction::where('type', TransactionType::SHIPPING_INVOICE)
->where('status', ApprovalStatus::COMPLETED)