cb-vivek / chargebee-checkout-samples

Sample Integrations of chargebee checkout with different frameworks (both client and server side)
3 stars 1 forks source link

How can I subscribe multi plan? #2

Closed saucompeng closed 5 years ago

saucompeng commented 5 years ago

https://github.com/cb-vivek/chargebee-checkout-samples/blob/75207228b968bf2da3955caeeaea359513bf7386/api/front-end/vue/index.html#L56

cb-vivek commented 5 years ago

Chargebee currently does not support multiple plans in a subscription. But as a workaround, you can create a $0 plan and multiple addons. (We have a setting not to show $0 line items). Hope this helps.

saucompeng commented 5 years ago

Ok, I will try it.