refactor: Rename some constants

This commit is contained in:
Andrea Busi
2021-02-21 20:51:28 +01:00
parent 64ec53e6f8
commit 787cd8b4e7
9 changed files with 24 additions and 23 deletions
@@ -36,7 +36,7 @@ class SubscriptionDetailViewController: UIViewController {
super.viewDidLoad()
NotificationCenter.default.addObserver(self, selector: #selector(handlePurchaseNotification(_:)),
name: .IAPHelperPurchaseNotification,
name: .EQNNotificationDidCompleteInAppPurchase,
object: nil)
updateUI()