missing comma

This commit is contained in:
Steve Root 2012-05-12 11:08:09 +01:00
parent 4bc99e2fb7
commit 1a59c10d19
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ module Spree
:background_color => "ffffff", # must be hex only, six chars
:header_background_color => "ffffff",
:header_border_color => "ffffff",
:header_image => chosen_image
:header_image => chosen_image,
:allow_note => true,
:locale => user_locale,
:req_confirm_shipping => false, # for security, might make an option later