global

def stripe_enabled?

def stripe_enabled?
  ENV["STRIPE_CLIENT_ID"].present?
end