Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@joaolucasl joaolucasl released this 06 Nov 15:47
· 128 commits to master since this release

(2017-11-01)

Bug Fixes

  • Prevent notice when tax document or receivers are not returned ((6f6c10b))
  • Transfers
    • Improved fix to issue #184 ((a6e992f))
    • Fix setHolder warning when called before setTransfers (#184). ((33f9126))

Features

  • BankAccount Created bank account get id, get list, delete, update (#185) ((a4ac12d))
  • Keys adds method to get public key from moip account ((fc2143a))
  • NotificationPreferences
    • added method to get a notification preference ((d9f4062))
    • Added method to get a list of notifications ((9be2ae4))
  • Payment
    • changed 'get' method to allow get a payment without get an order first ((7874a7e))
    • add method 'cancel' to cancel pre-authorized payments ((858cece))
    • changed 'capture' method to allow multipayments ((32d70e7))
  • Transfers Added get list, get id, revert and getters ((8c03c93))
  • account
    • added getCreatedAt function ((98b1ff3))
    • added missing properties to account ((14256c0))