From 4636ddc74e41b77ffc8d621eaa64eceed5eb1346 Mon Sep 17 00:00:00 2001 From: "Liubing\\LB" Date: Fri, 30 Jan 2026 20:37:19 +0800 Subject: [PATCH] =?UTF-8?q?update:rustore=20=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Packages/tysdk/Runtime/TYSdkFacade_Pay.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sdk-intergration/Packages/tysdk/Runtime/TYSdkFacade_Pay.cs b/sdk-intergration/Packages/tysdk/Runtime/TYSdkFacade_Pay.cs index d394e9b..bda95c0 100644 --- a/sdk-intergration/Packages/tysdk/Runtime/TYSdkFacade_Pay.cs +++ b/sdk-intergration/Packages/tysdk/Runtime/TYSdkFacade_Pay.cs @@ -59,9 +59,11 @@ namespace tysdk #elif UNITY_ANDROID // var pType = "googleiab.global.app"; - var pType = tysdk.AccountInfo.googlePayType; - if (_accountInfo.channel == EAccoutType.hwVkid) - pType = tysdk.AccountInfo.hwPayType; + + // var pType = tysdk.AccountInfo.googlePayType; + // if (_accountInfo.channel == EAccoutType.hwVkid) + // pType = tysdk.AccountInfo.hwPayType; + var pType = tysdk.AccountInfo.hwPayType; var task = TYSDKCallbackManager.Instance.RegisterCallback(TimeSpan.FromMinutes(1));