Merge branch 'master' of https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal into permits-reminder

This commit is contained in:
edmondlang
2024-01-30 00:34:51 +08:00
15 changed files with 720 additions and 12 deletions
+6 -1
View File
@@ -1247,4 +1247,9 @@ Route::get('fix-payment-status-updated-but-failed-update-invoice', function (Upd
echo 'done fix ' . $invoice->owner->owner->reference . '<br>';
}
}
});
});
//A page to monitor Experimental solution (Vue Polling) to solve an AWS API Gateway problem limitation for Laravel Vapor in the event of a emergency rollback to Google
Route::get('/payment-and-billing-2', function () {
return view('pages.paymentAndBilling2');
})->name('admin.payment-and-billing-2');