This commit is contained in:
CHIEFSOFT\ameye
2024-06-23 09:58:53 -04:00
parent 2fb6fe4648
commit b835ee4fbc
+1 -1
View File
@@ -2411,7 +2411,7 @@ long WrenchTestWalletCapability(CVars in, CVars &out){
out["wallet_available_status"] = "WALLET_NOT_AVAILABLE";
out["wallet_country_status"] = "";
out["wallet_action_type"] = "";
if (in["country"] == '' ){
if (in["country"] == "" ){
out["wallet_country_status"] = "USER_NEED_UPDATE_PROFILE_COUNTRY";
}
else{