kevprice83 / Custom-signup-flows-3scale-Dev-portal

7 stars 9 forks source link

incorrect signup action in _mulitple_app_signup_form.html.liquid #2

Open dahooo opened 5 years ago

dahooo commented 5 years ago

in _mulitple_app_signup_form.html.liquid,

  1. the checkbox should be changed to radio button since a developer should not be able to choose multiple plans in one service.
  2. the signup button will make a HTTP request with GET variables plan_ids[] as plan_ids%5B%5D, which will cause error.
kevprice83 commented 5 years ago

@dahooo the signup form is intended to create multiple applications in one signup action and as a result multiple plan subscriptions, one for each application. Is something not working for you when using this template?

kevprice83 commented 4 years ago

@dahooo I see your point now. Thanks for reporting this I will make the change.