laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.
https://laravel.com/docs/cashier-paddle
MIT License
238 stars 57 forks source link

[2.x] Prevent customer from logging out #261

Closed driesvints closed 3 months ago

driesvints commented 3 months ago

This prevents a customer from logging out during the checkout process. If this happens, Cashier cannot track the original customer anymore and thus cannot link subscriptions etc to them.

Fixes https://github.com/laravel/cashier-paddle/issues/257