fix bug
This commit is contained in:
@@ -2411,7 +2411,7 @@ long WrenchTestWalletCapability(CVars in, CVars &out){
|
|||||||
out["wallet_available_status"] = "WALLET_NOT_AVAILABLE";
|
out["wallet_available_status"] = "WALLET_NOT_AVAILABLE";
|
||||||
out["wallet_country_status"] = "";
|
out["wallet_country_status"] = "";
|
||||||
out["wallet_action_type"] = "";
|
out["wallet_action_type"] = "";
|
||||||
if (in["country"] = '' ){
|
if (in["country"] == '' ){
|
||||||
out["wallet_country_status"] = "USER_NEED_UPDATE_PROFILE_COUNTRY";
|
out["wallet_country_status"] = "USER_NEED_UPDATE_PROFILE_COUNTRY";
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user