add command for sending do to vt

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