This repository was archived by the owner on Nov 29, 2019. It is now read-only.

Description
If anyone's Spree website suddenly stopped accepting Paypal payments today and after redirection to Paypal they saw the error in this issue's title then this failure is due to a bug on Paypal's end. I've talked to their technical support and they've filed a ticket. For now the (tested) hot fix is the following:
Spree::CheckoutController.class_eval do
# "en_US" supposedly works too
def user_locale
"GB"
end
end