wip
This commit is contained in:
@@ -261,6 +261,11 @@ class OnlinePaymentRepository
|
||||
$this->provider->setPassword($bankBranch->billing_password);
|
||||
$response = $this->provider->checkPayment($orderId);
|
||||
|
||||
info([
|
||||
'response' => $response,
|
||||
'body' => $response->body(),
|
||||
]);
|
||||
|
||||
if ($response['errorCode'] == '99') {
|
||||
return $this->paymentFailed('(REQUEST FAILURE)');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user