Disable invoice generate incentives

This commit is contained in:
Leonard Biano
2024-05-17 11:11:50 +08:00
parent 6a9aafb066
commit c245f70ab4

View File

@@ -36,8 +36,8 @@ class Kernel extends ConsoleKernel
$schedule->command('command:sellerSubscription')->daily();
$schedule->command('command:customerSubscription')->daily();
// $schedule->command('command:pushNotificatons')->everyMinute();
$schedule->call(new GenerateVideoIncentivesService)->daily();
$schedule->call(new GenerateIncentiveForAmazonReviews)->daily();
// $schedule->call(new GenerateVideoIncentivesService)->daily();
// $schedule->call(new GenerateIncentiveForAmazonReviews)->daily();
$schedule->call('command::clear_downloads')->daily();
$schedule->command('command:job-order-due')->daily();
$schedule->command('command:pov-due')->daily();