This commit is contained in:
CHIEFSOFT\ameye
2024-06-23 09:55:32 -04:00
parent b319ae5ba4
commit 2fb6fe4648
+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{