diff --git a/Business/Mobile/MobileServices.cs b/Business/Mobile/MobileServices.cs index 373c9de..83c663d 100644 --- a/Business/Mobile/MobileServices.cs +++ b/Business/Mobile/MobileServices.cs @@ -1974,7 +1974,7 @@ namespace Business.Mobile }, Language = Convert.ToString(CallContext.GetData(Constants.Language)) }; - Task.Run(() => NotifierV2.SendNotification(pushNotificationRequest, NOTIFICATION_TYPE.PUSH_NOTIFICATION)); + //Task.Run(() => NotifierV2.SendNotification(pushNotificationRequest, NOTIFICATION_TYPE.PUSH_NOTIFICATION)); //SendNotificationRequest emailNotificationRequest = new SendNotificationRequest() //{ // IsBulkNotification = false, @@ -2614,11 +2614,14 @@ namespace Business.Mobile var requiredList = props.Where(x => list.Any(z => x.Key.ToLower() == z.Field.ToLower())) .Where(y => string.IsNullOrEmpty(y.Value)).ToList(); // case when Field Value empty - var pLength = props.SingleOrDefault(p => p.Key.ToLower().Equals("mobile")).Value.Length; - var rLength = list.SingleOrDefault(p => p.Field.ToLower().Equals("mobile")).MinLength; - if (pLength < rLength) - requiredList.Add(new KeyValuePair() { Key = "mobile" }); + + + //var pLength = props.SingleOrDefault(p => p.Key.ToLower().Equals("mobile")).Value.Length; + //var rLength = list.SingleOrDefault(p => p.Field.ToLower().Equals("mobile")).MinLength; + + //if (pLength < rLength) + // requiredList.Add(new KeyValuePair() { Key = "mobile" }); if (requiredList.Count > 0) { diff --git a/Repository/Mobile/MobileServicesRepo.cs b/Repository/Mobile/MobileServicesRepo.cs index 4fd62a1..ee0ac84 100644 --- a/Repository/Mobile/MobileServicesRepo.cs +++ b/Repository/Mobile/MobileServicesRepo.cs @@ -1020,12 +1020,12 @@ namespace Repository.Mobile PaymentDetails = new PaymentDetails() { AccountName = "IME LONDON", - AccountNo = "00000042", + AccountNo = "00000151", BankName = "Clear bank", Instruction = "Payment Reference Should be your name . Should you require any assitance, IME team is happy to help. You can track from Home ", TotalToPay = GetStatic.ShowDecimal(sRow["cAmt"].ToString()) + " " + sRow["collCurr"].ToString(), Reference = sRow["senderName"].ToString(), - SortCode = " 04-08-42" + SortCode = "04-06-93" } };