mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
send missing dos to vt
This commit is contained in:
@@ -68,7 +68,7 @@ class EmailDoToVTCommand extends Command
|
||||
return $query->where('type', TransactionType::PAYMENT)->whereHas('transactions', function ($query){
|
||||
return $query->where('issuer', 2);
|
||||
});
|
||||
})->sql();
|
||||
})->dd();
|
||||
|
||||
dd($bookings);
|
||||
if(!count($bookings)){ return; }
|
||||
|
||||
Reference in New Issue
Block a user