From 9eaf7123d44f93d281298ec3a7779ac25a7a40b5 Mon Sep 17 00:00:00 2001 From: Ebube Date: Fri, 28 Jul 2023 13:56:23 +0100 Subject: [PATCH] reverse --- src/components/MyWallet/Popup/ConfirmAddFund.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 4adec0e..be74435 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -113,7 +113,7 @@ function ConfirmAddFund({ const config = { public_key: process.env.REACT_APP_FLUTTERWAVE_APIKEY, - tx_ref: __confirmData?.credit_reference, + tx_ref: Date.now(), currency: "NGN", amount: Number(__confirmData.amount), payment_options: "card,mobilemoney,ussd", @@ -302,8 +302,6 @@ function ConfirmAddFund({ })); } - console.log(__confirmData) - return (
-- 2.34.1