Bug Fixes..Notification load, Withdraw css fix

This commit is contained in:
2023-07-22 12:23:14 +01:00
parent 98aef302de
commit f3b1a42819
5 changed files with 653 additions and 480 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ class usersService {
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
action: 11183,
country: value,
...value,
};
return this.postAuxEnd("/countrybanks", postData);
}