From ea15f1cf14f37af9557e5d0d0a3412f01d0cc243 Mon Sep 17 00:00:00 2001 From: paulcc Date: Mon, 13 Jul 2009 14:11:53 +0100 Subject: [PATCH] header colours now default to white --- lib/spree/paypal_express.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/spree/paypal_express.rb b/lib/spree/paypal_express.rb index 633d2a9..2ca99ce 100644 --- a/lib/spree/paypal_express.rb +++ b/lib/spree/paypal_express.rb @@ -9,9 +9,9 @@ module Spree::PaypalExpress #:page_style => "foobar", # merchant account can set named config :header_image => "https://" + Spree::Config[:site_url] + "/images/logo.png", - :background_color => "e1e1e1", # must be hex only, six chars + :background_color => "ffffff", # must be hex only, six chars :header_background_color => "ffffff", - :header_border_color => "00735a", + :header_border_color => "ffffff", :allow_note => true, :locale => Spree::Config[:default_locale],