django-getpaid/django-plans

Implement the multi user capability for one billing info

lukh opened this issue · 1 comments

lukh commented

Hi,
Just having a look at django-plans for a project,
Just scratching the surface of the code right now so... asking for some advices ;)

I want to be able to have multiple users for one billing infos.
The use case is the following: a company will pay for a plans, but users (employee) can create their own account and be linked to the billing info of the company

How would i start ?

Hi @lukh

If you don't mind me asking, how did you end up solving this problem?