diff --git a/Business/Mobile/MobileServices.cs b/Business/Mobile/MobileServices.cs index b9b4dd0..d1593b8 100644 --- a/Business/Mobile/MobileServices.cs +++ b/Business/Mobile/MobileServices.cs @@ -727,8 +727,6 @@ namespace Business.Mobile } var rep = _requestServices.RegisterKYC(custKyc); - - SendNotificationRequest pushNotificationRequest = new SendNotificationRequest() { IsBulkNotification = false, @@ -749,6 +747,8 @@ namespace Business.Mobile } }, Language = Convert.ToString(CallContext.GetData(Constants.Language)) + }; + Language = Convert.ToString(CallContext.GetData(Constants.Language)) }; Log.Debug("RegisterKYC | DB RESPONSE" + JsonConvert.SerializeObject(rep)); diff --git a/Business/MobileV2/MobileV2Business.cs b/Business/MobileV2/MobileV2Business.cs index d867b6d..4a11248 100644 --- a/Business/MobileV2/MobileV2Business.cs +++ b/Business/MobileV2/MobileV2Business.cs @@ -68,20 +68,26 @@ namespace Business.Mobile dashBoardV2.bannerImages.Add(new BannerImages() { - fileName = "image-1.jpg", - filePath = "https://uat.imelondon.co.uk:1081/images/banners/Imebanner.jpg", + fileName = "one.jpg", + filePath = "https://mobile.imelondon.co.uk:2086/images/banners/1.png", fileTitle = "file1", Redirect = true, RedirectURL = "https://imelondon.co.uk/" }); dashBoardV2.bannerImages.Add(new BannerImages() { - fileName = "lawson.jpg", - filePath = "https://uat.imelondon.co.uk:1081/images/banners/demologoBanner.png", + fileName = "two.jpg", + filePath = "https://mobile.imelondon.co.uk:2086/images/banners/2.png", + fileTitle = "file1", + Redirect = false + }); + dashBoardV2.bannerImages.Add(new BannerImages() + { + fileName = "three.jpg", + filePath = "https://mobile.imelondon.co.uk:2086/images/banners/3.png", fileTitle = "file1", Redirect = false }); - //dashBoardV2.bannerImages.Add(new BannerImages() //{ // fileName = "JME.png", diff --git a/JsonRx/ApiV3/SendTransactionController.cs b/JsonRx/ApiV3/SendTransactionController.cs index 60669fd..ff9ab23 100644 --- a/JsonRx/ApiV3/SendTransactionController.cs +++ b/JsonRx/ApiV3/SendTransactionController.cs @@ -88,6 +88,8 @@ namespace JsonRx.ApiV3 Log.Debug("DynamicReceiverField details."); dynamicReceiverRequest.deviceType = Util.GetDeviceType(Request); JsonRxResponse res = _requestServices.DynamicReceiverField(dynamicReceiverRequest, customer); + + return Ok(res); } @@ -106,7 +108,7 @@ namespace JsonRx.ApiV3 LogicalThreadContext.Properties[LoggerProperty.CREATEDBY] = customer; LogicalThreadContext.Properties[LoggerProperty.METHODNAME] = "GetFieldsByProduct"; - Log.Debug("GetFieldsByProduct | REQUEST : Type: " + type + " Customer: " + customer + " MappingType: " + type + " receiverId: " + receiverId + " payoutPartner: " + payoutPartner + " IsAccountValidation: " + IsAccountValidation); + Log.Debug("GetFieldsByProduct | REQUEST : Type: " + type + " Customer: " + customer + " MappingType: " + type + " receiverId: " + receiverId + " payoutPartner: " + payoutPartner + " IsAccountValidation: " + IsAccountValidation); JsonRxResponse res = new JsonRxResponse(); int mappingTypeInt; diff --git a/JsonRx/Web.config b/JsonRx/Web.config index 1ee681a..6158377 100644 --- a/JsonRx/Web.config +++ b/JsonRx/Web.config @@ -14,10 +14,13 @@ - - + + + +