From 666b9caa19a024e97e0536ec24c875d13702232e Mon Sep 17 00:00:00 2001 From: gme_2 Date: Tue, 12 Mar 2019 15:09:43 +0900 Subject: [PATCH] extra 2 and extra updated with notification --- .../Interactor/SendMoneyVerificationInteractor.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GMERemittance/Module/SendMoney/SendMoneyVerification/Application Logic/Interactor/SendMoneyVerificationInteractor.swift b/GMERemittance/Module/SendMoney/SendMoneyVerification/Application Logic/Interactor/SendMoneyVerificationInteractor.swift index 602697bd..0c3b06a3 100644 --- a/GMERemittance/Module/SendMoney/SendMoneyVerification/Application Logic/Interactor/SendMoneyVerificationInteractor.swift +++ b/GMERemittance/Module/SendMoney/SendMoneyVerification/Application Logic/Interactor/SendMoneyVerificationInteractor.swift @@ -40,7 +40,8 @@ extension SendMoneyVerificationInteractor: SendMoneyVerificationInteractorInput // UPDATE YEARLY LIMIT let limit = response?.data?.remainingLimit ?? "" let userInfo2 = [AppConstants.yearlyLimitNotification : limit] - NotificationCenter.default.post(name: self.getAvailableBalanceNotificationName(), object: nil, userInfo: userInfo2) + NotificationCenter.default.post(name: self.getAvailableBalanceNotificationName(), object: nil, userInfo: userInfo) + NotificationCenter.default.post(name: self.getYearlyLimitNotificationName(), object: userInfo2) // SHOW self.output?.show(model: response)