atomixdesign / nodepay

A payment gateway abstraction layer written in Typescript, taking inspiration from Omnipay & Active Merchant
https://github.com/atomixdesign/nodepay
MIT License
6 stars 0 forks source link

:bug: Inject services by class reference as opposed to name #31

Closed maurocolella closed 3 years ago

maurocolella commented 3 years ago

Services injected by name may not be retrieved if not registered explicitly, whereas imports by reference should provide automatic service registration.