forked from organicmaps/organicmaps
[android] Added usage of production bookmarks subs product ids
This commit is contained in:
parent
25a4f578db
commit
cc66a0473d
1 changed files with 2 additions and 3 deletions
|
@ -41,9 +41,8 @@ public class PurchaseFactory
|
|||
= new PlayStoreBillingManager(BillingClient.SkuType.SUBS);
|
||||
PurchaseOperationObservable observable = PurchaseOperationObservable.from(context);
|
||||
PurchaseValidator<ValidationCallback> validator = new DefaultPurchaseValidator(observable);
|
||||
// TODO: replace with bookmark subscription when they are ready.
|
||||
String yearlyProduct = PrivateVariables.adsRemovalYearlyProductId();
|
||||
String monthlyProduct = PrivateVariables.adsRemovalMonthlyProductId();
|
||||
String yearlyProduct = PrivateVariables.bookmarksSubscriptionYearlyProductId();
|
||||
String monthlyProduct = PrivateVariables.bookmarksSubscriptionMonthlyProductId();
|
||||
String[] productIds = Utils.concatArrays(PrivateVariables.bookmarksSubscriptionNotUsedList(),
|
||||
yearlyProduct, monthlyProduct);
|
||||
return new SubscriptionPurchaseController(validator, billingManager,
|
||||
|
|
Loading…
Add table
Reference in a new issue