Commit 087f39c0 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'jh-remove_unused_method' into 'master'

Remove unused method on subscription controller

See merge request gitlab-org/gitlab!66890
parents 829aa50d 23d8b254
......@@ -111,10 +111,6 @@ class SubscriptionsController < ApplicationController
Gitlab::SubscriptionPortal::Client
end
def customer_portal_new_subscription_url
"#{EE::SUBSCRIPTIONS_URL}/subscriptions/new?plan_id=#{params[:plan_id]}&transaction=create_subscription"
end
def redirect_unauthenticated_user(from = action_name)
return if current_user
......
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