wip
This commit is contained in:
@@ -202,6 +202,8 @@ class MakeSberPaymentAction extends Action
|
||||
|
||||
$orderNumber = $onlinePaymentRepo->generateOrderNumber($resource);
|
||||
|
||||
info(['userName' => $resource->branch->billing_sber_username, 'password' => $resource->branch->billing_sber_password]);
|
||||
|
||||
$paymentResponse = Http::get('https://mpi.gov.tm/payment/rest/register.do', [
|
||||
'orderNumber' => $orderNumber,
|
||||
'amount' => number_format($amount, 2, '', ''),
|
||||
|
||||
Reference in New Issue
Block a user