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