This commit is contained in:
Nurmuhammet Allanov
2024-04-22 20:33:53 +05:00
committed by GitHub
parent 009c3ac381
commit 66d6ff1f29

View File

@@ -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,