wip
This commit is contained in:
@@ -447,6 +447,16 @@ function syncWithBankSystem(
|
|||||||
$amount = $online_payment_tmt_amount;
|
$amount = $online_payment_tmt_amount;
|
||||||
$payPurpose = $pay_purpose;
|
$payPurpose = $pay_purpose;
|
||||||
|
|
||||||
|
return [
|
||||||
|
'ecomId' => $ecomId,
|
||||||
|
'agentId' => $agentId,
|
||||||
|
'eposId' => $eposId,
|
||||||
|
'account' => $account,
|
||||||
|
'rrn' => $rrn,
|
||||||
|
'amount' => $amount,
|
||||||
|
'payPurpose' => $payPurpose,
|
||||||
|
];
|
||||||
|
|
||||||
$curl = curl_init();
|
$curl = curl_init();
|
||||||
|
|
||||||
curl_setopt_array($curl, [
|
curl_setopt_array($curl, [
|
||||||
|
|||||||
Reference in New Issue
Block a user