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