$subscriber->canConsume of ALL the subscriptions
pixsolution opened this issue · 2 comments
Hello, using this package I realize that it allows you to register unlimited subscriptions for the same user but then when you use its methods $subscriber->subscription or $subscriber->canConsume it does it by default with the last subscription that the user has active, that is it does not take into account the rest of the subscriptions that the user has. So how do I do for example $subscriber->canConsume of ALL the subscriptions that the user has?
or another option $subscription->canConsume It would be better if the subscription is passed, it would make the package more flexible because it would allow the user to have several subscriptions like now but allowing to use the same methods per subscription and NOT per subscriber
Hello @lucasdotvin did you add this enhancement in the last updates?
Regards