wip
This commit is contained in:
@@ -459,11 +459,11 @@ function syncWithBankSystem(
|
|||||||
"agentId": "%s",
|
"agentId": "%s",
|
||||||
"eposId": "%s",
|
"eposId": "%s",
|
||||||
"account": "%s",
|
"account": "%s",
|
||||||
"rnn": "%s",
|
"rnn": "003196298124",
|
||||||
"amount": "%s",
|
"amount": "%s",
|
||||||
"payPurpose": "%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);
|
$request = new GuzzleRequest('POST', 'http://10.3.158.102:8888/api/paytrn/new', $headers, $body);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -55,8 +55,6 @@ class SyncWithSystem extends Action
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
info(['bank_response' => $response, 'a' => $response['authRefNum']]);
|
|
||||||
|
|
||||||
$systemRawResponse = syncWithBankSystem(
|
$systemRawResponse = syncWithBankSystem(
|
||||||
online_payment_order_uuid: $onlinePaymentResource->orderId,
|
online_payment_order_uuid: $onlinePaymentResource->orderId,
|
||||||
bank_unique_code: $sberPaymentOrder->branch->unique_code,
|
bank_unique_code: $sberPaymentOrder->branch->unique_code,
|
||||||
|
|||||||
Reference in New Issue
Block a user