Logging
Since we are dealing with payments it is required to log sensitive details. if the problem appear it would be easy to find out the problem when you have a good log file. This lib provide support of PSR-3 compatible loggers.
To inject a logger you have to create a logger itself, and add an extension with that logger to a gateway.
After you are done you can simply implement LoggerAwareInterface
interface to an action where you want log something. It will be injected by the extension.
Supporting Payum
Payum is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
Last updated