bpuig / laravel-subby

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

Add fallback plan #95

Closed bpuig closed 3 years ago

bpuig commented 3 years ago

Status

READY

Migrations

NO

Description

This new feature allows to specify a fallback plan in config. Default behaviour if config is set is that, when canceled, user subscription will have its plan changed instead of canceled. Resolves #81

Todos

Deploy Notes

It is necessary to add a new line in config.php, see docs.

Impacted Areas in Application