wip
This commit is contained in:
committed by
GitHub
parent
009c3ac381
commit
66d6ff1f29
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user