use_payment_options defaults to false

This commit is contained in:
Jarred Sumner
2013-01-16 16:49:11 -08:00
parent 8265df0a88
commit c317edd61f

View File

@@ -45,7 +45,7 @@ price: 19.95
# if use_payment_options is set to true, then a set of radio buttons will be displayed with various payment options.
# There is a PaymentOption model for storing info about payment options. To set up your payment options you should
# put code in seeds.rb, then run rake db:seed
use_payment_options: true
use_payment_options: false
payment_description: "You really should change this text because people will see it on Amazon's order page!!!!!"