When a request is made using custom message provider, the payload is generated with typo error in "emailSubject" (it is "emailSubejct" instead)
search cancel

When a request is made using custom message provider, the payload is generated with typo error in "emailSubject" (it is "emailSubejct" instead)

book

Article ID: 279885

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

Following payload is generated and note the highlighted typo error.

{
   "emailSubejct": "Message",
   "subject": "Subject",
   "ahContext": [
      {
         "key": "xxx",
         "value": "yyyyyyy"
      }
   ],
   "providerContext": [],
   "email": "[email protected]",
   "emailSubject": "Subject",
   "message": "Message"
   
}

Environment

VIP AuthHub 2.2.2

Resolution

This is fixed in VIP AuthHub 2.2.3.