In PROD web send the below for Country field in the Payload when calling the AWS API for newsletter Signup.
'Country': 'United States'
Whereas in the call from UAT this was the value sent.
'Country': 'US'
The AWS API is expecting ‘United States’ as the Country.
In PROD web send the below for Country field in the Payload when calling the AWS API for newsletter Signup.
'Country': 'United States'
Whereas in the call from UAT this was the value sent.
'Country': 'US'
The AWS API is expecting ‘United States’ as the Country.