lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

Replace request dependency by request_stack in response_handler #65

Closed babaorum closed 8 years ago

babaorum commented 8 years ago

This is for fixing the use of request in response handler.

Trying to get the request directly as a dependency is not a good practice. And is not currently working in symfony 3.0.

I adapt the tests in the file as well.