Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can one user have multiple subscriptions? #12

Closed
Nixtren opened this issue Apr 23, 2017 · 2 comments
Closed

Can one user have multiple subscriptions? #12

Nixtren opened this issue Apr 23, 2017 · 2 comments

Comments

@Nixtren
Copy link

Nixtren commented Apr 23, 2017

Just a simple question, does this package allows one user to have multiple subscriptions?

Thanks in advance!

@Konafets
Copy link
Contributor

Yes, you can.

$user->newSubscription('main', $planOne)->create();
$user->newSubscription('second', $planTwo)->create();

@Nixtren
Copy link
Author

Nixtren commented Apr 28, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants