|
@@ -148,6 +148,7 @@ public class ManaIAP : MonoBehaviour, IStoreListener
|
|
{
|
|
{
|
|
foreach (var attribute in ManaData.GetIAPConfig())
|
|
foreach (var attribute in ManaData.GetIAPConfig())
|
|
{
|
|
{
|
|
|
|
+ ManaDebug.Log("0012 " + attribute[1].Value + " " + attribute[5].Value);
|
|
ProductList.Add(attribute[1].Value);
|
|
ProductList.Add(attribute[1].Value);
|
|
|
|
|
|
ProductIdDic.Add(attribute[5].Value, attribute[1].Value);
|
|
ProductIdDic.Add(attribute[5].Value, attribute[1].Value);
|
|
@@ -156,7 +157,7 @@ public class ManaIAP : MonoBehaviour, IStoreListener
|
|
}
|
|
}
|
|
catch (Exception e)
|
|
catch (Exception e)
|
|
{
|
|
{
|
|
- ManaDebug.Log("001 " + e.ToString());
|
|
|
|
|
|
+ ManaDebug.Log("002 " + e.ToString());
|
|
}
|
|
}
|
|
AliplayManager.Instance.Init();
|
|
AliplayManager.Instance.Init();
|
|
}
|
|
}
|