From 178eb94dfdf59aa6d0a558d679e1c094672b4f98 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 24 Apr 2024 19:12:27 +0500 Subject: [PATCH] wip --- app/Repos/Payment/OnlinePaymentRepo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repos/Payment/OnlinePaymentRepo.php b/app/Repos/Payment/OnlinePaymentRepo.php index 9fce4d0..fb5f9ae 100644 --- a/app/Repos/Payment/OnlinePaymentRepo.php +++ b/app/Repos/Payment/OnlinePaymentRepo.php @@ -61,7 +61,7 @@ class OnlinePaymentRepo }); return [ - 'a' => $paymentResponse, + 'a' => $paymentResponse->body(), 'amount' => $this->getPrice($resource->priceAmount()), ];