Money transfer ID pass to flutterwave

This commit is contained in:
ChiefSoft works
2022-06-05 04:47:12 +00:00
parent 0bf00dae02
commit b91f4db943
@@ -31,6 +31,7 @@ if ( ! function_exists('flutterwave_api'))
// Setup request to send json via POST.
$payload = json_encode(array(
"money_transfer_id" => $in['id'],
"account_bank" => $in['bank_code'],
"account_number" => $in['account_no'],
"amount" => $in['amount'],