20231109 Meeting Feedback 1 Fixes for warehouse storage charges

This commit is contained in:
Dillon Ngo
2023-11-16 22:40:26 +08:00
parent ce94dd1393
commit 76e3668563
31 changed files with 1105 additions and 148 deletions
+5
View File
@@ -62,6 +62,11 @@ class Kernel extends ConsoleKernel
->hourly()
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/fix_failed_callback_from_billplz.log');
$schedule->command('command:check-storage-invoices')
->dailyAt('0:01')
->withoutOverlapping()
->appendOutputTo(storage_path().'/logs/check_storage_invoices.log');
}
/**