wip
This commit is contained in:
@@ -206,11 +206,12 @@ class MakeSberPaymentAction extends Action
|
||||
|
||||
$orderNumber = $onlinePaymentRepo->generateOrderNumber($resource);
|
||||
|
||||
$amount = '001';
|
||||
$final_amount = number_format($amount, 2, '', '');
|
||||
$final_amount = '001';
|
||||
|
||||
$paymentResponse = Http::get('https://mpi.gov.tm/payment/rest/register.do', [
|
||||
'orderNumber' => $orderNumber,
|
||||
'amount' => number_format($amount, 2, '', ''),
|
||||
'amount' => $final_amount,
|
||||
'currency' => 934,
|
||||
'language' => 'ru',
|
||||
'userName' => $resource->branch->billing_sber_username,
|
||||
|
||||
Reference in New Issue
Block a user