update:rustore 支付

This commit is contained in:
2026-01-30 20:37:19 +08:00
parent 39a3505ce9
commit 4636ddc74e

View File

@@ -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<PaymentInfo>(TimeSpan.FromMinutes(1));