mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
4 lines
71 B
Ruby
4 lines
71 B
Ruby
require 'stripe'
|
|
|
|
Stripe.api_key = ENV.fetch('STRIPE_SECRET_KEY', nil)
|