From 146266226b3ccd2efd76aa082348813ae287384e Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 16:20:00 +0500 Subject: [PATCH] wip --- app/Helpers/helpers.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/Helpers/helpers.php b/app/Helpers/helpers.php index 29f0399..631d478 100644 --- a/app/Helpers/helpers.php +++ b/app/Helpers/helpers.php @@ -447,6 +447,16 @@ function syncWithBankSystem( $amount = $online_payment_tmt_amount; $payPurpose = $pay_purpose; + return [ + 'ecomId' => $ecomId, + 'agentId' => $agentId, + 'eposId' => $eposId, + 'account' => $account, + 'rrn' => $rrn, + 'amount' => $amount, + 'payPurpose' => $payPurpose, + ]; + $curl = curl_init(); curl_setopt_array($curl, [