mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
231 stars 63 forks source link

Add profile methods/giftcard issuers/voucher issuers and settlements #293

Closed Pimm closed 1 year ago

Pimm commented 1 year ago

This PR adds some binders:

It also changes the NetworkMocker class to have a simpler interface.

The added tests are not executed on Node.js 6.14 (see jest.config.js). However, support for Node.js < 8 will be dropped in the next major release anyway.

Solves #253 and #270.