notebook/app/services/stripe_service.rb
2020-01-22 13:34:00 -06:00

4 lines
115 B
Ruby

# TODO: ingress all the Stripe-specific stuff from SubscriptionService into here
class StripeService < Service
end