update: fix iap_ret_true 参数错误

Signed-off-by: huyufei <yufei.hu@castbox.fm>
deeplink
胡宇飞 2024-05-13 14:31:36 +08:00
parent 9b1efd069c
commit 171e67ac77
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ namespace Guru
}
// IAP Ret true
IAPRetTrue(scene, productId, payPrice, userCurrency, orderType2, orderType, isFree);
IAPRetTrue(scene, productId, payPrice, userCurrency, orderId, orderType2, isFree);
}