wip
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user