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

:fire: Disable noSuchMethod trap #40

Closed maurocolella closed 3 years ago

maurocolella commented 3 years ago

The NoSuchMethod trap is used only with legacy paystream. At the moment, the implementation appears to also cause multiple instances of Nodepay to share a common config, or persist some information from the context/config.

Removing as obsolete.