From 015de9972a41b88c7a8fb745e2fd603378c2ea91 Mon Sep 17 00:00:00 2001 From: ChiefSoft works Date: Sun, 5 Jun 2022 05:06:17 +0000 Subject: [PATCH] Comment out testing account number --- application/helpers/flutterwave_helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/helpers/flutterwave_helper.php b/application/helpers/flutterwave_helper.php index 6f49474..4949ab6 100644 --- a/application/helpers/flutterwave_helper.php +++ b/application/helpers/flutterwave_helper.php @@ -25,8 +25,8 @@ if ( ! function_exists('flutterwave_api')) $out['my_reference'] = $reference; // temorarily - $in['bank_code'] = "044"; - $in['account_no'] = "0690000031"; + //$in['bank_code'] = "044"; + //$in['account_no'] = "0690000031"; // ---- testing // Setup request to send json via POST.