From 69e75869ea14687e5569a23841ef9e9f891c3a75 Mon Sep 17 00:00:00 2001 From: Leeza Baidar Date: Thu, 28 Dec 2023 18:01:12 +0545 Subject: [PATCH] #mobile activate email --- Common/Models/Enums/GeneralEnum.cs | 3 +++ ThirdPartyAPIs/Config/Mapping.json | 15 ++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Common/Models/Enums/GeneralEnum.cs b/Common/Models/Enums/GeneralEnum.cs index 32286e0..c6209d1 100644 --- a/Common/Models/Enums/GeneralEnum.cs +++ b/Common/Models/Enums/GeneralEnum.cs @@ -55,6 +55,9 @@ namespace Common.Models.Enums [Description("Email to customer for OTP")] OTP_EMAIL = 8, + [Description("Customer Password and Txn Pin")] + PIN_PASSWORD_EMAIL = 20, + FORCE_PASSWORD_CHANGE = 9, TRANSACTION_APPROVED = 10, diff --git a/ThirdPartyAPIs/Config/Mapping.json b/ThirdPartyAPIs/Config/Mapping.json index a144c93..7a781bc 100644 --- a/ThirdPartyAPIs/Config/Mapping.json +++ b/ThirdPartyAPIs/Config/Mapping.json @@ -57,11 +57,16 @@ "DValue": "App_Data\\Templates\\BASIC_REGISTRATION_EMAIL.html", "Dtext": "Registration Completion Email" }, - { - "SValue": "RESET_PASSWORD_EMAIL", - "DValue": "App_Data\\Templates\\RESET_PASSWORD_EMAIL.html", - "Dtext": "Reset Password" - } + { + "SValue": "RESET_PASSWORD_EMAIL", + "DValue": "App_Data\\Templates\\RESET_PASSWORD_EMAIL.html", + "Dtext": "Reset Password" + }, + { + "SValue": "PIN_PASSWORD_EMAIL", + "DValue": "App_Data\\Templates\\PIN_PASSWORD_EMAIL.html", + "Dtext": "Mobile Login Activate" + } ] }, {