From a70aa0ba8d9fb05c8c08ac3506baf3ae8d126e87 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 23 Jun 2024 10:25:32 -0400 Subject: [PATCH] out country --- wrenchboard/src/shared_tool/account.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/account.cc b/wrenchboard/src/shared_tool/account.cc index 3936d79a..0f4a79ab 100644 --- a/wrenchboard/src/shared_tool/account.cc +++ b/wrenchboard/src/shared_tool/account.cc @@ -2480,7 +2480,7 @@ long LoginWrenchBoardAccount(CVars in, CVars &out) { ret = PHP_LOGIN_OK; CVars xout; - if ( WrenchTestWalletCapability(in, xout) == 0 ){ + if ( WrenchTestWalletCapability(out, xout) == 0 ){ out["wallet_country_status"] = xout["wallet_country_status"]; out["wallet_available_status"] = xout["wallet_available_status"]; out["wallet_action_type"] = xout["wallet_action_type"];