From 0d6904b1dcb2a05aefab2e2fff3a42c77001cbf1 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 12 Dec 2019 10:47:59 +0100 Subject: [PATCH] Fix incorrect Siri IAP identifier --- Passepartout-iOS/Global/Product.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Passepartout-iOS/Global/Product.swift b/Passepartout-iOS/Global/Product.swift index 1bd4691f..719743b1 100644 --- a/Passepartout-iOS/Global/Product.swift +++ b/Passepartout-iOS/Global/Product.swift @@ -69,7 +69,7 @@ struct Product: RawRepresentable, Equatable, Hashable { static let trustedNetworks = Product(featureId: "trusted_networks") - static let siriShortcuts = Product(featureId: "features.siri") + static let siriShortcuts = Product(featureId: "siri") static let fullVersion = Product(featureId: "full_version")