wip
This commit is contained in:
@@ -76,7 +76,7 @@ trait HandlesVisaMasterPayments
|
||||
'paymentStatus' => OnlinePaymentRepo::FAILED,
|
||||
'cardholderName' => $cardholderName,
|
||||
'pan' => $cardPan,
|
||||
'api_response' => $response->body(),
|
||||
'api_response' => $response->json(),
|
||||
]);
|
||||
|
||||
return static::failedPaymentResponse($paymentHistory, $bank_branch, $resource, $returnURL);
|
||||
|
||||
Reference in New Issue
Block a user