From f623c950f1ef955a1b7734bd2d6149aaf95ea649 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Thu, 23 Jan 2025 07:44:28 +0500 Subject: [PATCH] wip --- app/Nova/Actions/MakeSberPaymentAction.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Nova/Actions/MakeSberPaymentAction.php b/app/Nova/Actions/MakeSberPaymentAction.php index 1f4f35f..1622571 100644 --- a/app/Nova/Actions/MakeSberPaymentAction.php +++ b/app/Nova/Actions/MakeSberPaymentAction.php @@ -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, '', ''),