Known issues
Orders with asterisks in the address and profile
Orders with asterisks in the address and profile
ID: 360783
Backlog
Published on 8/25/2023
•
Last update on 6/6/2024
Summary
There are orders where the invoiceAddress
, shippingAddress
or clientProfileData
are being sent as 'masked' instead of the actual address. This behavior occurs when a user completes the purchase with an order form containing masked data that is 'stringified'. Since these are string fields, the order data is filled with the '***' mask.
So, the bug lies in the fact that our API to place orders allows objects with special characters in these fields.
Simulation
- Add some products to your cart;
- During the checkout process, enter a valid billing address and log into your account;
- Abandon the cart or leave the website without completing the purchase;
- Use our API to insert an attachment and put an address with "***" in some fields, such as the neighborhood one;
- Place an order using this same cart;
- Note that the order will have the shipping data with these special characters.
Workaround
N/A