show-booking-expired for debug payment not showing

This commit is contained in:
edmondlang
2024-03-01 21:57:06 +08:00
parent efb909555e
commit 5cf55453fd
2 changed files with 76 additions and 6 deletions
+6 -6
View File
@@ -44,13 +44,13 @@ class Kernel extends ConsoleKernel
->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log')
->withoutOverlapping();
$schedule->command('booking:expired')
->dailyAt('02:00')
->withoutOverlapping();
// $schedule->command('booking:expired')
// ->dailyAt('02:00')
// ->withoutOverlapping();
$schedule->command('purchaseOrder:autoFill')
->dailyAt('03:00')
->withoutOverlapping();
// $schedule->command('purchaseOrder:autoFill')
// ->dailyAt('03:00')
// ->withoutOverlapping();
}
/**