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

Paypal error: "Sorry - your action could not be completed" #135

@jackkinsella

Description

@jackkinsella

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions