refactor: Rename some constants
This commit is contained in:
@@ -36,7 +36,7 @@ class SubscriptionDetailViewController: UIViewController {
|
||||
super.viewDidLoad()
|
||||
|
||||
NotificationCenter.default.addObserver(self, selector: #selector(handlePurchaseNotification(_:)),
|
||||
name: .IAPHelperPurchaseNotification,
|
||||
name: .EQNNotificationDidCompleteInAppPurchase,
|
||||
object: nil)
|
||||
|
||||
updateUI()
|
||||
|
||||
Reference in New Issue
Block a user