wip
This commit is contained in:
@@ -537,6 +537,10 @@ function syncWithAzatAPI(SberPaymentOrderItem $orderItem): array
|
||||
|
||||
$response = checkOnlinePayment($onlinePaymentResource->orderId, $result['username'], $result['password']);
|
||||
|
||||
info([
|
||||
'response' => $response,
|
||||
]);
|
||||
|
||||
if ($response['errorCode'] != 0) {
|
||||
return [
|
||||
'error' => $response['errorMessage'],
|
||||
|
||||
Reference in New Issue
Block a user