Sha256: adf0bfc59ea1cb99c33f0d2f01d64e1e4ab9d1c3a170db0f134fd69708d3a8d2

Contents?: true

Size: 520 Bytes

Versions: 13

Compression:

Stored size: 520 Bytes

Contents

# This file contains descriptions of all your stripe products

# Example
# Stripe::Products::PRIMO #=> 'primo'

# Stripe.product :primo do |product|
#   # product's name as it will appear on credit card statements
#   product.name = 'Acme as a service PRIMO'
#
#   # Product, either 'service' or 'good'
#   product.type = 'service'
# end

# Once you have your productss defined, you can run
#
#   rake stripe:prepare
#
# This will export any new plans to stripe.com so that you can
# begin using them in your API calls.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
stripe-rails-1.9.1 lib/generators/templates/products.rb
stripe-rails-1.9.0 lib/generators/templates/products.rb
stripe-rails-1.8.2 lib/generators/templates/products.rb
stripe-rails-1.8.1 lib/generators/templates/products.rb
stripe-rails-1.8.0 lib/generators/templates/products.rb
stripe-rails-1.7.2 lib/generators/templates/products.rb
stripe-rails-1.7.1 lib/generators/templates/products.rb
stripe-rails-1.7.0 lib/generators/templates/products.rb
stripe-rails-1.6.1 lib/generators/templates/products.rb
stripe-rails-1.6.0 lib/generators/templates/products.rb
stripe-rails-1.5.5 lib/generators/templates/products.rb
stripe-rails-1.5.4 lib/generators/templates/products.rb
stripe-rails-1.5.3 lib/generators/templates/products.rb