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
@@ -73,11 +73,11 @@ class SubscriptionsViewController: UITableViewController {
private func addObservers() {
NotificationCenter.default.addObserver(self, selector: #selector(handlePurchaseNotification(_:)),
name: .IAPHelperPurchaseNotification,
name: .EQNNotificationDidCompleteInAppPurchase,
object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(fail(_:)),
name: .IAPHelperPurchaseNotificationFail,
name: .EQNNotificationDidCompleteInAppPurchaseFail,
object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(handleNoTransactionsNotification(_:)),