updated payload for new account

This commit is contained in:
2023-07-24 06:15:22 +01:00
parent 24302c7435
commit 2aa1219ea9
3 changed files with 22 additions and 12 deletions
-1
View File
@@ -480,7 +480,6 @@ class usersService {
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
action: 33020,
mode: 100,
...reqData,
};
return this.postAuxEnd("/sendmoney", postData);