diff options
Diffstat (limited to 'DomainDig/PurchaseService.swift')
| -rw-r--r-- | DomainDig/PurchaseService.swift | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DomainDig/PurchaseService.swift b/DomainDig/PurchaseService.swift index dbc31ba..d31afc7 100644 --- a/DomainDig/PurchaseService.swift +++ b/DomainDig/PurchaseService.swift @@ -15,10 +15,10 @@ final class PurchaseService { } static let shared = PurchaseService() - static let monthlyProductID = "domaindig.pro.monthly" - static let yearlyProductID = "domaindig.pro.yearly" - static let proPlusMonthlyProductID = "domaindig.dataplus.monthly" - static let proPlusYearlyProductID = "domaindig.dataplus.yearly" + static let monthlyProductID = "domaindig.pro.month" + static let yearlyProductID = "domaindig.pro.annually" + static let proPlusMonthlyProductID = "domaindig.proplus.monthly" + static let proPlusYearlyProductID = "domaindig.proplus.annually" static let productIDs = [ monthlyProductID, yearlyProductID, |
