diff --git a/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java b/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java index 7ad1b81c..7302aca8 100644 --- a/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java +++ b/app/src/main/java/com/gmeremit/online/gmeremittance_native/homeV2/presenter/HomeNotificationHandler.java @@ -25,8 +25,7 @@ public class HomeNotificationHandler { public HomeNotificationHandler(GmeApplication.StringExtractor stringExtractor, boolean kycSubmit, boolean isVerified, String pennyTestStatus, String redirectTo) { this.kycSubmit = kycSubmit; this.isVerified = isVerified; -// this.redirectTo = redirectTo; - this.redirectTo = "autoDebit"; + this.redirectTo = redirectTo; this.stringExtractor = stringExtractor; this.pennyTestStatus = pennyTestStatus; }