This commit is contained in:
2025-09-09 16:55:09 +05:00
parent 8d7633048b
commit 574176e4b2
2 changed files with 3 additions and 5 deletions

View File

@@ -459,11 +459,11 @@ function syncWithBankSystem(
"agentId": "%s",
"eposId": "%s",
"account": "%s",
"rnn": "%s",
"rnn": "003196298124",
"amount": "%s",
"payPurpose": "%s"
}', $ecomId, $agentId, $eposId, $account, $rrn, $amount, $payPurpose);
}', $ecomId, $agentId, $eposId, $account, $amount, $payPurpose);
$request = new GuzzleRequest('POST', 'http://10.3.158.102:8888/api/paytrn/new', $headers, $body);
try {