This commit is contained in:
2025-09-09 11:37:08 +05:00
parent ed65172b07
commit 3e04b17edf
2 changed files with 10 additions and 5 deletions

View File

@@ -448,8 +448,13 @@ function syncWithBankSystem(
$payPurpose = $pay_purpose;
return [
'ecomId' => $ecomId,
'agentId' => $agentId,
'eposId' => $eposId,
'account' => $account,
'rrn' => $rrn,
'amount' => $amount,
'amount_formatted' => number_format($amount, 2, '.', ''),
'payPurpose' => $payPurpose,
];
// $curl = curl_init();