So, i got it a bug in the website, that when you try to buy somenthing from Brazil, it will fail because you are not passing the state that you live in.
That`s because the JavaScript of the checkout page hide the State selector option, so because of that you cannot finish your order.
Error on Paypal:
[ { "issue": "SHIPPING_STATE_REQUIRED", "description": "The specified country requires a state." } ]
Hello to all heroes out there.
So, i got it a bug in the website, that when you try to buy somenthing from Brazil, it will fail because you are not passing the state that you live in.
That`s because the JavaScript of the checkout page hide the State selector option, so because of that you cannot finish your order.
Error on Paypal:
[
{
"issue": "SHIPPING_STATE_REQUIRED",
"description": "The specified country requires a state."
}
]