From 48ce89489e2039eee6d8f0a204e9057f42ebe045 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 27 Jul 2023 11:04:01 -0400 Subject: [PATCH] console log --- src/components/MyWallet/Popup/ConfirmAddFund.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/MyWallet/Popup/ConfirmAddFund.jsx b/src/components/MyWallet/Popup/ConfirmAddFund.jsx index 580a63d..be74435 100644 --- a/src/components/MyWallet/Popup/ConfirmAddFund.jsx +++ b/src/components/MyWallet/Popup/ConfirmAddFund.jsx @@ -142,6 +142,7 @@ function ConfirmAddFund({ const onSuccessPayment = () => { setRequestStatus({ message: "", loading: true, status: false }); const reqData = { amount: Number(__confirmData?.amount), currency: "NGN" }; + console.log("**** onSuccessPayment **** THIS WAS REACHED"); apiURL .startTopUp(reqData) .then((res) => {