Skip to content

Instantly share code, notes, and snippets.

@SeyZ
Created March 27, 2018 10:38
Show Gist options
  • Save SeyZ/dd87f49dddf4098038af366fd2846206 to your computer and use it in GitHub Desktop.
Save SeyZ/dd87f49dddf4098038af366fd2846206 to your computer and use it in GitHub Desktop.
doc-lumber-integrations-stripe
# /config/initializers/forest_liana.rb
ForestLiana.env_secret = Rails.application.secrets.forest_env_secret
ForestLiana.auth_secret = Rails.application.secrets.forest_auth_secret
ForestLiana.integrations = {
stripe: {
api_key: ENV['STRIPE_SECRET_KEY'],
mapping: 'Customer.stripe_id'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment