spree_paypal_express/app/controllers
Holger Hans Peter Freyther 143ffe4da1 paypal: Do no guess the state as this can cuase validation errors
States are not common to use for addresses in Germany, a customer
was putting 'DE' into the state, this is the abbreviation for
Delaware. When trying to save the Address record the validation failed
as the country of the address and the country of the state do not
match at all.

Fix it by always using the text form for addresses returned by
PayPal. Make sure that the state is never blank.
2013-01-30 21:50:59 +01:00
..
spree paypal: Do no guess the state as this can cuase validation errors 2013-01-30 21:50:59 +01:00