Country field as null in invoiceData
Checkout
•
ID: 382175
Fixed
Published on12/13/2023
•
Last updated on12/19/2023
1 min read
Summary
Country field in invoiceData can be null if sent via API or there is an invoice address in the Profile System with the country as null, so orders will be created with incomplete data in invoiceData.
Simulation
- Assemble a cart with items;
- Sends the invoiceData without the country field filled via API;
- Finish the purchase.
Workaround
N/A