diff --git a/app/Helpers/helpers.php b/app/Helpers/helpers.php index ed36fc2..894ab23 100644 --- a/app/Helpers/helpers.php +++ b/app/Helpers/helpers.php @@ -447,6 +447,8 @@ function syncWithBankSystem( $amount = $online_payment_tmt_amount; $payPurpose = $pay_purpose; + info(['ecomId' => $ecomId, 'agentId' => $agentId, 'eposId' => $eposId, 'account' => $account, 'rrn' => $rrn, 'amount' => $amount, 'payPurpose' => $payPurpose]); + $client = new Client(); $headers = [ 'Content-Type' => 'application/json',