wip
This commit is contained in:
@@ -58,11 +58,13 @@ class SyncWithSystem extends Action
|
|||||||
pay_purpose: $sberPaymentOrder->created_at->translatedFormat('F').' '.$sberPaymentOrder->created_at->format('Y')
|
pay_purpose: $sberPaymentOrder->created_at->translatedFormat('F').' '.$sberPaymentOrder->created_at->format('Y')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$ok = json_decode($systemResponse);
|
||||||
|
|
||||||
info([
|
info([
|
||||||
'type' => gettype($systemResponse),
|
'type' => gettype($ok),
|
||||||
'response' => $systemResponse,
|
'response' => $ok,
|
||||||
'isClass' => is_object($systemResponse),
|
'isClass' => is_object($ok),
|
||||||
'isArray' => is_array($systemResponse),
|
'isArray' => is_array($ok),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// $success = $systemResponse['errCode'] == 0;
|
// $success = $systemResponse['errCode'] == 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user