From bf21918a5ae3811179a13814eba0cdb4b0ed3f8a Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 16:49:54 +0500 Subject: [PATCH] wip --- app/Helpers/helpers.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Helpers/helpers.php b/app/Helpers/helpers.php index ed36fc2..894ab23 100644 --- a/app/Helpers/helpers.php +++ b/app/Helpers/helpers.php @@ -447,6 +447,8 @@ function syncWithBankSystem( $amount = $online_payment_tmt_amount; $payPurpose = $pay_purpose; + info(['ecomId' => $ecomId, 'agentId' => $agentId, 'eposId' => $eposId, 'account' => $account, 'rrn' => $rrn, 'amount' => $amount, 'payPurpose' => $payPurpose]); + $client = new Client(); $headers = [ 'Content-Type' => 'application/json',