From 66d6ff1f291961dbaa9da92730386d67486f65a4 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Mon, 22 Apr 2024 20:33:53 +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 4977a82..4b5dcac 100644 --- a/app/Repos/Payment/OnlinePaymentRepo.php +++ b/app/Repos/Payment/OnlinePaymentRepo.php @@ -43,7 +43,7 @@ class OnlinePaymentRepo $paymentResponse = Http::get('https://mpi.gov.tm/payment/rest/register.do', [ 'orderNumber' => $orderNumber, - 'amount' => getPrice($resource->priceAmount()), + 'amount' => $this-> getPrice($resource->priceAmount()), 'currency' => 934, 'language' => 'ru', 'userName' => $resource->branch->billing_username,