lucasdotvin / laravel-soulbscription

A straightforward interface to handle subscriptions and feature consumption.
https://soulbscription.lucas.vin
MIT License
601 stars 84 forks source link

Canceled subscription should not be in the grace period #88

Open zakiroof opened 11 months ago

zakiroof commented 11 months ago

Grace days should not affect expired and canceled subscriptions. Why a user should be given grace days if he canceled his subscription? I don't think it's supposed to work that way.

Perhaps the expired method should take into account the canceled_at column.