Updated Layout for Withdraw Pop UP
This commit was merged in pull request #341.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user