wip
This commit is contained in:
@@ -27,15 +27,14 @@ class SendSberToSystem implements ShouldQueue
|
||||
public function handle(): void
|
||||
{
|
||||
$orderItem = SberPaymentOrderItem::query()
|
||||
->where('paid', true)
|
||||
->where('synced_with_system', false)
|
||||
->whereDate('created_at', '>', '2025-09-05')
|
||||
->first();
|
||||
|
||||
->where('paid', true)
|
||||
->where('synced_with_system', false)
|
||||
->whereDate('created_at', '>', '2025-09-05')
|
||||
->first();
|
||||
|
||||
if (! $orderItem) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user