3 lines
71 B
Ruby
3 lines
71 B
Ruby
require 'stripe'
|
|
|
|
Stripe.api_key = ENV.fetch('STRIPE_SECRET_KEY', nil)
|