Sha256: 4bec9c6b015c73cde8cfaf637b56b7c68cf4d7636c17596dcde8829d6e498875

Contents?: true

Size: 523 Bytes

Versions: 6

Compression:

Stored size: 523 Bytes

Contents

# This file contains descriptions of all your stripe products

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

# Stripe.products :primo do |products|
#   # products name as it will appear on credit card statements
#   products.name = 'Acme as a service PRIMO'
#
#   # Product, either 'service' or 'good'
#   products.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

6 entries across 6 versions & 1 rubygems

Version Path
stripe-rails-1.5.2 lib/generators/templates/products.rb
stripe-rails-1.5.1 lib/generators/templates/products.rb
stripe-rails-1.5.0 lib/generators/templates/products.rb
stripe-rails-1.4.2 lib/generators/templates/products.rb
stripe-rails-1.4.1 lib/generators/templates/products.rb
stripe-rails-1.4.0 lib/generators/templates/products.rb