Closed dtorras closed 5 months ago
This PR fixes the local gateway for single threaded servers like Sail or the php artisan serve command.
php artisan serve
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
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