Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into tx_ref-change
This commit was merged in pull request #361.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user