This commit is contained in:
2025-03-19 09:54:00 +05:00
parent 6145bf7a16
commit 789aaee722
3 changed files with 3 additions and 15 deletions

View File

@@ -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);