lib/generators/templates/plans.rb in stripe-rails-0.3.0 vs lib/generators/templates/plans.rb in stripe-rails-0.3.1
- old
+ new
@@ -9,9 +9,12 @@
# plan.name = 'Acme as a service PRIMO'
#
# # amount in cents. This is 6.99
# plan.amount = 699
#
+# # currency to use for the plan (default 'usd')
+# plan.currency = 'usd'
+#
# # interval must be either 'week', 'month' or 'year'
# plan.interval = 'month'
#
# # only bill once every three months (default 1)
# plan.interval_count = 3