From 6145bf7a16238efde5e158661590b2391447859d Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 19 Mar 2025 09:52:24 +0500 Subject: [PATCH] wip --- app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php b/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php index f6e12a5..83b51d5 100644 --- a/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php +++ b/app/Repos/Payment/VisaMaster/HandlesVisaMasterPayments.php @@ -60,7 +60,7 @@ trait HandlesVisaMasterPayments 'paymentStatus' => OnlinePaymentRepo::PAID, 'cardholderName' => $cardholderName, 'pan' => $cardPan, - 'api_response' => $response->body(), + 'api_response' => $response->json(), ]); return static::successfulPaymentResponse($paymentHistory, $bank_branch, $resource, $returnURL);