Currently if a name with a first, middle, and last name is supplied the middle name's first letter is used instead of the last name's first letter. name: "John George Smith" Expected: "JS" Actual: "JG"
Currently if a name with a first, middle, and last name is supplied the middle name's first letter is used instead of the last name's first letter.
name: "John George Smith"
Expected: "JS"
Actual: "JG"