Moip Sdk Node Versions Save

Módulo Node.js para integração com API Moip v2

v1.2.4

5 years ago
  • Adding parameter to refund method to allow a payment partial refund

v1.2.3

5 years ago

Adding the following endpoints:

  • Transfers
  • Balances
  • Check wirecard account existence (v1.2.2)

v1.2.1

5 years ago
  • Implementing and documenting query filters

v1.2.0

6 years ago
  • Adding endpoints for getting refunds
  • Adding endpoints for creating multiorders and multipayments

v1.1.0-beta

6 years ago
  • Making the Connect object camel cased
  • Fixing connect URL returned from getAuthorizeUrl
  • Fixing post to generate access token in generateToken

v1.0.0-beta

6 years ago

BREAKING CHANGES

Now you can initialize the SDK on the import as it does not return a promise anymore.

Tests

Stop using import syntax under tests so it does not need to be compiled by Babel

Others

Adding contributors to Readme.md

v0.2.1

6 years ago
  • Converting everything to ES6 #9
  • Returning promises
  • Moving test to root of the project
  • ESLinting
  • Adding CI badge to Readme
  • Adding Code Coverage badge to Readme
  • Translating Readme to English

v0.1.0

6 years ago