mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Emergency fix invoice transaction details inaccurate
This commit is contained in:
@@ -71,8 +71,12 @@ class Kernel extends ConsoleKernel
|
||||
->cron('0 1 * * *')
|
||||
->withoutOverlapping();
|
||||
|
||||
// $schedule->command('invoice-generate-command')
|
||||
// ->hourly()
|
||||
// ->withoutOverlapping();
|
||||
|
||||
$schedule->command('invoice-generate-command')
|
||||
->hourly()
|
||||
->cron('0 0-8,10-11,13-14,16-17,19-23 * * *')
|
||||
->withoutOverlapping();
|
||||
|
||||
$schedule->command('billplz-failed-callback-fix-command')
|
||||
|
||||
Reference in New Issue
Block a user