wip
This commit is contained in:
@@ -52,6 +52,8 @@ class SendSberToSystem implements ShouldQueue
|
|||||||
$result = syncSberWithAzatAPI($orderItem);
|
$result = syncSberWithAzatAPI($orderItem);
|
||||||
|
|
||||||
if (isset($result['error'])) {
|
if (isset($result['error'])) {
|
||||||
|
ignoreSberPayment($result['error'], $orderItem);
|
||||||
|
|
||||||
Log::channel('sber_job')->error(json_encode([
|
Log::channel('sber_job')->error(json_encode([
|
||||||
'error' => $result['error'],
|
'error' => $result['error'],
|
||||||
'orderItem' => $orderItem,
|
'orderItem' => $orderItem,
|
||||||
|
|||||||
Reference in New Issue
Block a user