This commit is contained in:
2025-09-09 16:49:54 +05:00
parent f138a6c7cb
commit bf21918a5a

View File

@@ -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',