bpuig / laravel-subby

Laravel Plan and Subscriptions manager.
https://bpuig.github.io/laravel-subby
MIT License
102 stars 42 forks source link

canUseFeature also on trial #65

Closed bpuig closed 3 years ago

bpuig commented 3 years ago

Improved the canUseFeature method using isActive instead of ended because ended does not take into account the trial period, only subscription. Now subscribers can have their ability to use features checked also on trial.