Payum / PayumBundle

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
565 stars 143 forks source link

Register payum service in PayumController #527

Closed pierredup closed 3 years ago

pierredup commented 3 years ago

This is a follow-up to #517

Instead of using dependency injection, this registers the payum service in the PayumController. This fixes cases where people manually extend PayumController and uses $this->get('payum') to get the Payum instance