-
Notifications
You must be signed in to change notification settings - Fork 141
paypal_express_local_confirm preference not defined #31
Comments
Added an initializer containing:
|
@chrise86 I've used the same fix but are we sure it is the right way of doing it. Probably the extension should do that. Don't you think? |
@lucapette yes definitely, if it is something that is essential to the extension then it should be offered as an option in the configuration or backend preferences as standard... |
@chrise86 If you're agree with me you could be re-open the issue. It's a good way of keeping on eye on the problem. |
This preference can now be set using Spree::PaypalExpress::Config[:paypal_express_local_confirm]. Defaults to true unless set in an initializer or elsewhere. |
@LBRapid thank you very much! |
Getting the following when checking out:
NoMethodError in Spree::CheckoutController#paypal_payment
paypal_express_local_confirm preference not defined
Using Rails 3.1.3 and Spree 1.0.0.rc3 --edge
The text was updated successfully, but these errors were encountered: