From c317edd61f4ce03486f1bba3264a987db4e95920 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 16 Jan 2013 16:49:11 -0800 Subject: [PATCH] use_payment_options defaults to false --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index 09200c4..3f9954d 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -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!!!!!"