diff --git a/app/services/subscription_estimator.rb b/app/services/subscription_estimator.rb index c0d8db7227..5abe388029 100644 --- a/app/services/subscription_estimator.rb +++ b/app/services/subscription_estimator.rb @@ -1,3 +1,7 @@ +# Responsible for estimating prices and fees for subscriptions +# Used by SubscriptionForm as part of the create/update process +# The values calculated here are intended to be persisted in the db + class SubscriptionEstimator def initialize(subscription) @subscription = subscription