|
@@ -124,7 +124,7 @@ namespace GFGGame
|
|
|
//自定义参数
|
|
|
string cpOrderId = orderID;
|
|
|
string productPrice = price.ToString();
|
|
|
- string productId = shopCfg.id.ToString();
|
|
|
+ string productId = IAPManager.Instance.GetIosProductId(shopCfg.id);
|
|
|
string productName = shopCfg?.itemName ?? "";
|
|
|
string productDesc = shopCfg?.itemName ?? "";
|
|
|
string productCount = count.ToString();
|