add command for sending do to vt

This commit is contained in:
omair saleh
2021-11-25 00:55:48 +08:00
parent 31cf5dd444
commit 2a685a1ea2
+1 -1
View File
@@ -67,7 +67,7 @@ class EmailDoToVTCommand extends Command
->whereHas('transactions', function ($query){
return $query->where('type', TransactionType::BILL)->where('issuer', 2);
})->get();
dd(count($bookings));
if(!$bookings){ return; }
foreach ($bookings as $booking) {