Commit 72a81e3b authored by Robert Speicher's avatar Robert Speicher

Merge branch 'rd-include-namespace-id-in-purchase-link' into 'master'

Include the Namespace Id in purchase link for GL.com plans

Closes gitlab-com/customers-gitlab-com#227

See merge request gitlab-org/gitlab-ee!3901
parents f29506f6 d8d5b90b
......@@ -30,7 +30,7 @@
- if purchase_link
.plan-action
- href = purchase_link.href
- href = purchase_link.href&.concat("&gl_namespace_id=#{namespace.id}")
- case purchase_link.action
- when 'downgrade'
......
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