django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
509 stars 127 forks source link

add PlanPricing.visible field to allow hiding some pricings #171

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 2 years ago

Add posibility to hide certain PlanPricings from public offer (e.g. I want to offer non-recurring plan variants only to those who can't buy recurring plan for some reason).

PetrDlouhy commented 2 years ago

Contains commits from PR https://github.com/django-getpaid/django-plans/pull/169, which should be pulled first.