mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
4 lines
71 B
Ruby
4 lines
71 B
Ruby
require 'stripe'
|
|
|
|
Stripe.api_key = ENV.fetch('STRIPE_SECRET_KEY', nil)
|