no message
This commit is contained in:
parent
edad462629
commit
dbc8d36d0b
@ -836,7 +836,7 @@ final class Cron
|
|||||||
try {
|
try {
|
||||||
|
|
||||||
$invoice = (new Invoice())->where('order_id', $oOrder->id)->first();
|
$invoice = (new Invoice())->where('order_id', $oOrder->id)->first();
|
||||||
var_dump($invoice);
|
//var_dump($invoice);
|
||||||
if ($invoice === null) {
|
if ($invoice === null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user