diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 80df9cd..443786b 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -130,7 +130,7 @@ function ConfirmAddFund({ public_key: __confirmData?.flutterwave_key, tx_ref: __confirmData?.credit_reference, currency: "NGN", - amount: Number(__confirmData.amount), + amount: Number(__confirmData.amount) * 0.01, payment_options: "card,mobilemoney,ussd", customer: { email: userDetails.email,