lmsqueezy / laravel

A package to easily integrate your Laravel application with Lemon Squeezy.
https://lemonsqueezy.com
MIT License
468 stars 47 forks source link

Prevent firing of events when billable is deleted #91

Closed driesvints closed 1 month ago

driesvints commented 1 month ago

Fixes https://github.com/lmsqueezy/laravel/issues/90

This checks if the billable still exists before firing the related events. If the billable doesn't exists anymore, changes are high that the app doesn't cares anymore about these.