diff --git a/Common/Models/Enums/GeneralEnum.cs b/Common/Models/Enums/GeneralEnum.cs index 0d3b1dd..6e268f2 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 f8f50fe..e66ecc8 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" + } ] }, {