diff --git a/android/src/com/mapswithme/maps/purchase/PurchaseFactory.java b/android/src/com/mapswithme/maps/purchase/PurchaseFactory.java index 24bd2bc099..0275d320ee 100644 --- a/android/src/com/mapswithme/maps/purchase/PurchaseFactory.java +++ b/android/src/com/mapswithme/maps/purchase/PurchaseFactory.java @@ -41,9 +41,8 @@ public class PurchaseFactory = new PlayStoreBillingManager(BillingClient.SkuType.SUBS); PurchaseOperationObservable observable = PurchaseOperationObservable.from(context); PurchaseValidator 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,