From a272ee6df7b719e9b2e55c5c29f8da73777f31c2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 27 Aug 2011 15:46:52 +0200 Subject: [PATCH] paypal: Do not allow to enter user comments The storing of this is broken, no need to cause issues with users trying to send us message this way. --- app/controllers/spree/checkout_controller_decorator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/spree/checkout_controller_decorator.rb b/app/controllers/spree/checkout_controller_decorator.rb index 6b3e5cd..b3bf90b 100644 --- a/app/controllers/spree/checkout_controller_decorator.rb +++ b/app/controllers/spree/checkout_controller_decorator.rb @@ -247,7 +247,7 @@ module Spree :header_background_color => "ffffff", :header_border_color => "ffffff", :header_image => chosen_image, - :allow_note => true, + :allow_note => false, :locale => user_locale, :req_confirm_shipping => false, # for security, might make an option later :user_action => user_action