Commit 0ccb6aa0 authored by Vijay Hawoldar's avatar Vijay Hawoldar

Separate GitlabSubscriptions module from class name

To be consistent with other module definitions
parent effa7178
# frozen_string_literal: true
class GitlabSubscriptions::FetchSubscriptionPlansService
module GitlabSubscriptions
class FetchSubscriptionPlansService
URL = "#{EE::SUBSCRIPTIONS_URL}/gitlab_plans".freeze
def initialize(plan:, namespace_id: nil)
......@@ -61,4 +62,5 @@ class GitlabSubscriptions::FetchSubscriptionPlansService
end
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment