Browse Source

extra 2 and extra updated with notification

pull/1/head
gme_2 6 years ago
parent
commit
666b9caa19
  1. 3
      GMERemittance/Module/SendMoney/SendMoneyVerification/Application Logic/Interactor/SendMoneyVerificationInteractor.swift

3
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)

Loading…
Cancel
Save