active_fulfillment icon indicating copy to clipboard operation
active_fulfillment copied to clipboard

[Amazon MWS] Shipping Addresses are being fulfilled with escaped spaces

Open csaunders opened this issue 12 years ago • 1 comments

And address such as 123 Fake St is getting submitted for fulfillment as 123%2520Fake%2520St which results in an invalid address according to Amazon.

csaunders avatar Jun 02 '12 11:06 csaunders

Things are getting aggressively escaped, so this is probably what's causing the issues. Let's fix this up so we defer all escaping until the absolute last minute necessary.

See here for an example of what I mean

csaunders avatar Jun 03 '12 02:06 csaunders