djaodjin/djaodjin-saas

Default plan and "is not priced" attribute

MAkcanca opened this issue · 1 comments

Is there a default plan (free) attribute that is automatically assigned to every member?
Also I couldn't find much on "is not priced" attribute, what's up with that?

Thanks a lot

There are no "default" Plan automatically assigned. It is possible to create a free plan by setting period_amount = 0.
Plan.is_not_priced is used to indicate (when True) that the plan has a negotiable price. This is useful to display an "Enterprise Customers - Contact Us" on the /pricing/ page.