mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
add command for sending do to vt
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user