Commit d8d5b90b authored by Rubén Dávila's avatar Rubén Dávila

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

This will automatically select the respective User or Group in the
purchase form used in the subscription portal.
parent 3f54d5d6
......@@ -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