{"section":"known-issues","requestedLocale":"en","requestedSlug":"orders-with-asterisks-in-the-address-and-profile","locale":"en","slug":"orders-with-asterisks-in-the-address-and-profile","path":"docs/en/known-issues/Checkout/orders-with-asterisks-in-the-address-and-profile.md","branch":"main","content":"## Summary\n\n\nThere 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.\n\nSo, the bug lies in the fact that our API to place orders allows objects with special characters in these fields.\n\n\n##\n\n## Simulation\n\n\n\n1. Add some products to your cart;\n2. During the checkout process, enter a valid billing address and log into your account;\n3. Abandon the cart or leave the website without completing the purchase;\n4. Use our API to insert an attachment and put an address with \"***\" in some fields, such as the neighborhood one;\n5. Place an order using this same cart;\n6. Note that the order will have the shipping data with these special characters.\n\n\n##\n\n## Workaround\n\n\nN/A"}