gerardojbaez / laraplans

SaaS style recurring plans for Laravel.
http://laraplans.readthedocs.io
MIT License
180 stars 81 forks source link

SubscriptionPlanChanged event confusion #36

Closed bgultekin closed 6 years ago

bgultekin commented 6 years ago

Hi, First of all, thanks for great package, it saved a lot of time.

When I created a new subscription, both SubscriptionCreated and SubscriptionPlanChanged events are fired. Shouldn't it be just SubscriptionCreated event?

Normally, I expect SubscriptionPlanChanged event fired when change of existing subscription.

gerardojbaez commented 6 years ago

You are totally right and once again, thanks for the pull request!