ConfirmNairaWithdraw layout, payload adjustment and other style fixes

This commit is contained in:
2023-07-22 20:52:39 +01:00
parent f3defdca85
commit a6409a037f
3 changed files with 140 additions and 152 deletions
+1 -1
View File
@@ -479,8 +479,8 @@ class usersService {
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
senderid: localStorage.getItem("member_id"),
action: 33020,
mode: 100,
...reqData,
};
return this.postAuxEnd("/sendmoney", postData);