Updated Layout for Withdraw Pop UP

This commit was merged in pull request #341.
This commit is contained in:
2023-07-21 11:45:42 +01:00
parent b3bbf11f0a
commit 98aef302de
3 changed files with 442 additions and 116 deletions
+2 -2
View File
@@ -614,13 +614,13 @@ class usersService {
}
// END POINT TO GET BANK NAME
getCountryBank() {
getCountryBank(value) {
var postData = {
uid: localStorage.getItem("uid"),
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
action: 11183,
// country: "NG",
country: value,
};
return this.postAuxEnd("/countrybanks", postData);
}