wip
This commit is contained in:
@@ -16,6 +16,24 @@ trait HandlesBillingSyncing
|
||||
string $amount,
|
||||
string $pay_purpose,
|
||||
) {
|
||||
return sprintf(
|
||||
'{
|
||||
"ecomId" : "%s",
|
||||
"agentId" : "%s",
|
||||
"eposId" : "%s",
|
||||
"account" : "%s",
|
||||
"rnn" : "%s",
|
||||
"amount" : %s,
|
||||
"payPurpose" : "%s"
|
||||
}',
|
||||
$uuid,
|
||||
$bank_code,
|
||||
$terminal_id,
|
||||
$account_number,
|
||||
$rrn,
|
||||
$amount,
|
||||
$pay_purpose,
|
||||
);
|
||||
$curl = curl_init();
|
||||
|
||||
curl_setopt_array($curl, [
|
||||
|
||||
Reference in New Issue
Block a user