Sha256: 293e3d7c4c85ebe8c5cace55dba862aab17017a80d2de0797dc4d1e297aaa334

Contents?: true

Size: 522 Bytes

Versions: 17

Compression:

Stored size: 522 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 products defined, you can run
#
#   rake stripe:prepare
#
# This will export any new products to stripe.com so that you can
# begin using them in your API calls.

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
stripe-rails-2.6.0 lib/generators/templates/products.rb
stripe-rails-2.5.0 lib/generators/templates/products.rb
stripe-rails-2.4.0 lib/generators/templates/products.rb
stripe-rails-2.3.5 lib/generators/templates/products.rb
stripe-rails-2.3.4 lib/generators/templates/products.rb
stripe-rails-2.3.3 lib/generators/templates/products.rb
stripe-rails-2.3.2 lib/generators/templates/products.rb
stripe-rails-2.3.1 lib/generators/templates/products.rb
stripe-rails-2.3.0 lib/generators/templates/products.rb
stripe-rails-2.2.1 lib/generators/templates/products.rb
stripe-rails-2.2.0 lib/generators/templates/products.rb
stripe-rails-2.1.0 lib/generators/templates/products.rb
stripe-rails-2.0.0 lib/generators/templates/products.rb
stripe-rails-1.10.2 lib/generators/templates/products.rb
stripe-rails-2.0.0.pre lib/generators/templates/products.rb
stripe-rails-1.10.1 lib/generators/templates/products.rb
stripe-rails-1.10.0 lib/generators/templates/products.rb