fix refund booking

This commit is contained in:
edmondlang
2023-09-05 11:52:45 +08:00
parent f2c008239b
commit d8ff540f0d
+2 -2
View File
@@ -41,8 +41,8 @@ class DeleteOrderCommand extends Command
*/
public function handle()
{
// $bookings_reference = $this->argument('bookings_reference');
$bookings_reference = '28546,38599,44487,71086,70133,58580,42831,96028,41188,33894,95877,86732,31894,50962,44215,92894,40968,30303,89762,74693,45271,27169';
$bookings_reference = $this->argument('bookings_reference');
// $bookings_reference = '28546,38599,44487,71086,70133,58580,42831,96028,41188,33894,95877,86732,31894,50962,44215,92894,40968,30303,89762,74693,45271,27169';
$bookings_reference = explode(',', $bookings_reference);
$start = new Carbon();