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