Skip to content

Commit

Permalink
More info of how to provide custom ResponseHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Devlieghere committed Aug 25, 2017
1 parent bd88d2c commit e5988c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ We try to ease your pain a little by analyzing the messages we support and look

If the Amadeus server responds with a ``\SoapFault``, the library will convert this to a ``Result`` object with status 'FATAL'.

To override this behaviour, look at the ``Amadeus\Client\ResponseHandler\ResponseHandlerInterface``.
To override this behaviour, look at the ``Amadeus\Client\ResponseHandler\ResponseHandlerInterface``. You can inject your custom implementation of the ``ResponseHandlerInterface`` on Client instantiation in the ``Amadeus\Client\Params::$responseHandler`` property.

**************************
Custom \SoapClient options
Expand Down

0 comments on commit e5988c2

Please sign in to comment.