From ce767086fd8dacec9a5cb351ba17a69da00c4ba7 Mon Sep 17 00:00:00 2001 From: Ebube Date: Tue, 1 Aug 2023 18:36:47 +0100 Subject: [PATCH] BUG - Flutter wave key --- src/components/MyWallet/Popup/ConfirmAddFund.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 991b1e4..6d02087 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -111,7 +111,7 @@ function ConfirmAddFund({ }); const config = { - public_key: process.env.REACT_APP_FLUTTERWAVE_APIKEY, + public_key: __confirmData?.flutterwave_key, tx_ref: __confirmData?.credit_reference, currency: "NGN", amount: Number(__confirmData.amount),