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));