fix: Adjust 打点测试支付也会上报

Signed-off-by: huyufei <yufei.hu@castbox.fm>
hotfix/v1.0.12.2 1.0.12.1
胡宇飞 2024-07-01 12:36:55 +08:00
parent 3d9d027e89
commit edcc533d33
1 changed files with 6 additions and 8 deletions

View File

@ -635,8 +635,6 @@ namespace Guru
receipt = adata.receipt;
}
// TCH 001
Tch001IAPRev(usdPrice, productId, orderId, orderType, orderDate);
// TCH 020
@ -704,11 +702,11 @@ namespace Guru
// 上报 Adjust 支付事件
if (value > 0)
{
// if (value > 0)
// {
// 根据事件名称来获取对应的事件Tokeniap_purchase/sub_purchase
LogAdjustRevenueEvent(eventName, value, productId, orderId, purchaseToken, receipt, dict);
}
// }
}