Money transfer ID pass to flutterwave
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user