From 09b30e0da8d9fd54c01189a0c3c4e6669a74eba8 Mon Sep 17 00:00:00 2001 From: shakun Date: Wed, 10 Apr 2024 12:49:23 +0545 Subject: [PATCH] update banner image --- Business/MobileV2/MobileV2Business.cs | 15 +++++++-------- JsonRx/Api/MobileController.cs | 4 +++- JsonRx/Config/ResponseMsg.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Business/MobileV2/MobileV2Business.cs b/Business/MobileV2/MobileV2Business.cs index 4a11248..575f5eb 100644 --- a/Business/MobileV2/MobileV2Business.cs +++ b/Business/MobileV2/MobileV2Business.cs @@ -68,23 +68,22 @@ namespace Business.Mobile dashBoardV2.bannerImages.Add(new BannerImages() { - fileName = "one.jpg", - filePath = "https://mobile.imelondon.co.uk:2086/images/banners/1.png", + fileName = "two.jpg", + filePath = "https://mobile.imelondon.co.uk:2086/images/banners/2.png", fileTitle = "file1", - Redirect = true, - RedirectURL = "https://imelondon.co.uk/" + Redirect = false }); dashBoardV2.bannerImages.Add(new BannerImages() { - fileName = "two.jpg", - filePath = "https://mobile.imelondon.co.uk:2086/images/banners/2.png", + fileName = "four.jpg", + filePath = "https://mobile.imelondon.co.uk:2086/images/banners/4.png", fileTitle = "file1", Redirect = false }); dashBoardV2.bannerImages.Add(new BannerImages() { - fileName = "three.jpg", - filePath = "https://mobile.imelondon.co.uk:2086/images/banners/3.png", + fileName = "five.jpg", + filePath = "https://mobile.imelondon.co.uk:2086/images/banners/5.png", fileTitle = "file1", Redirect = false }); diff --git a/JsonRx/Api/MobileController.cs b/JsonRx/Api/MobileController.cs index b4de293..119003f 100644 --- a/JsonRx/Api/MobileController.cs +++ b/JsonRx/Api/MobileController.cs @@ -165,7 +165,8 @@ namespace JsonRx.Api requestOTPModel.DeviceType = Util.GetDeviceType(Request); requestOTPModel.ProcessId = ProcessId; Log.Debug("RequestOTP | REQUEST : " + JsonConvert.SerializeObject(requestOTPModel)); - var staticDataResponse = _requestServices.RequestOTP(requestOTPModel); + JsonRxResponse staticDataResponse = new JsonRxResponse(); + staticDataResponse = _requestServices.RequestOTP(requestOTPModel); return Ok(staticDataResponse); } @@ -219,6 +220,7 @@ namespace JsonRx.Api LogicalThreadContext.Properties[LoggerProperty.CREATEDBY] = model.userId ?? model.pCurrency; LogicalThreadContext.Properties[LoggerProperty.METHODNAME] = "CalculateDefExRate"; LogicalThreadContext.Properties[LoggerProperty.IPADDRESS] = Request.GetClientIpAddress(); + model.DeviceType = Util.GetDeviceType(Request); Log.Debug("CalculateDefExRate | REQUEST : " + JsonConvert.SerializeObject(model)); if (ModelState.IsValid) { diff --git a/JsonRx/Config/ResponseMsg.json b/JsonRx/Config/ResponseMsg.json index 8792386..872beac 100644 --- a/JsonRx/Config/ResponseMsg.json +++ b/JsonRx/Config/ResponseMsg.json @@ -1901,7 +1901,7 @@ }, { "Key": "INVITE_MESSAGE_BODY", - "Message": "You and your friend will each be given £ @rewardAmount in bonus credit. Get £ @RegReward after they successfully register, and £ @TranReward after their first transaction. There may be minimum send requirements. Terms and Conditions.", + "Message": "You and your friend will each be given @rewardAmount £ in bonus credit. There may be minimum send requirements.", "Lang": "en" }, {