mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 14:27:55 -05:00
use_payment_options defaults to false
This commit is contained in:
@@ -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!!!!!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user