|
@@ -16,25 +16,25 @@ public class PaymentManager : IStoreListener
|
|
public PaymentManager ()
|
|
public PaymentManager ()
|
|
{
|
|
{
|
|
var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
|
|
var builder = ConfigurationBuilder.Instance(StandardPurchasingModule.Instance());
|
|
- builder.AddProduct("VIP4", ProductType.Subscription, new IDs
|
|
|
|
|
|
+ builder.AddProduct("VIP4_EN", ProductType.Subscription, new IDs
|
|
{
|
|
{
|
|
{"VIP4_EN", GooglePlay.Name},
|
|
{"VIP4_EN", GooglePlay.Name},
|
|
{"VIP4_EN", AppleAppStore.Name}
|
|
{"VIP4_EN", AppleAppStore.Name}
|
|
});
|
|
});
|
|
|
|
|
|
- builder.AddProduct("C10000", ProductType.Consumable, new IDs
|
|
|
|
|
|
+ builder.AddProduct("C10000_EN", ProductType.Consumable, new IDs
|
|
{
|
|
{
|
|
{"C10000_EN", GooglePlay.Name},
|
|
{"C10000_EN", GooglePlay.Name},
|
|
{"C10000_EN", AppleAppStore.Name}
|
|
{"C10000_EN", AppleAppStore.Name}
|
|
});
|
|
});
|
|
|
|
|
|
- builder.AddProduct("C25000", ProductType.Consumable, new IDs
|
|
|
|
|
|
+ builder.AddProduct("C25000_EN", ProductType.Consumable, new IDs
|
|
{
|
|
{
|
|
{"C25000_EN", GooglePlay.Name},
|
|
{"C25000_EN", GooglePlay.Name},
|
|
{"C25000_EN", AppleAppStore.Name}
|
|
{"C25000_EN", AppleAppStore.Name}
|
|
});
|
|
});
|
|
|
|
|
|
- builder.AddProduct("C75000", ProductType.Consumable, new IDs
|
|
|
|
|
|
+ builder.AddProduct("C75000_EN", ProductType.Consumable, new IDs
|
|
{
|
|
{
|
|
{"C75000_EN", GooglePlay.Name},
|
|
{"C75000_EN", GooglePlay.Name},
|
|
{"C75000_EN", AppleAppStore.Name}
|
|
{"C75000_EN", AppleAppStore.Name}
|