creagia / laravel-redsys

Integrate your Laravel application with Redsys, the lead payment gateway in Spain.
MIT License
11 stars 3 forks source link

Fix local gateway for single thread server #63

Closed dtorras closed 5 months ago

dtorras commented 5 months ago

This PR fixes the local gateway for single threaded servers like Sail or the php artisan serve command.

With this change, the same request will handle the notfication request instead of sending a new POST http request from the existing request.

This PR should fix these issues https://github.com/creagia/laravel-redsys/issues/38 https://github.com/creagia/laravel-redsys/issues/35 https://github.com/creagia/laravel-redsys/issues/29 https://github.com/creagia/laravel-redsys/issues/8 https://github.com/creagia/laravel-redsys/issues/30