still testing

This commit is contained in:
2023-07-31 14:46:29 +01:00
parent f543a2d893
commit b1feb0438a
3 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ class usersService {
resultTopUp(post) {
var postData = {
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
member_id: Number(localStorage.getItem("member_id")),
sessionid: localStorage.getItem("session_token"),
action: 11061,
...post,