Sha256: 083f04135e5c0c8f936277255fc5da90e3c55e3d94516426fa54258ba46aac05
Contents?: true
Size: 666 Bytes
Versions: 3
Compression:
Stored size: 666 Bytes
Contents
Koudoku.setup do |config| config.subscriptions_owned_by = :<%= subscription_owner_model %> config.stripe_publishable_key = ENV['STRIPE_PUBLISHABLE_KEY'] config.stripe_secret_key = ENV['STRIPE_SECRET_KEY'] Stripe.api_version = '2015-01-11' #Making sure the API version used is compatible. # config.prorate = false # Default is true, set to false to disable prorating subscriptions # config.free_trial_length = 30 # you can subscribe to additional webhooks here # we use stripe_event under the hood and you can subscribe using the # stripe_event syntax on the config object: # config.subscribe 'charge.failed', Koudoku::ChargeFailed end
Version data entries
3 entries across 3 versions & 1 rubygems