Result added

This commit is contained in:
CHIEFSOFT\ameye
2023-07-28 16:55:45 -04:00
parent eb3e78244d
commit 37185812b4
2 changed files with 14 additions and 1 deletions
@@ -144,7 +144,7 @@ function ConfirmAddFund({
const reqData = { amount: Number(__confirmData?.amount), currency: "NGN" };
console.log("**** onSuccessPayment **** THIS WAS REACHED");
apiURL
.startTopUp(reqData)
.resultTopUp(reqData)
.then((res) => {
if (res.data.internal_return < 0) {
setRequestStatus({