All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Accounts: Resolves Warning on account creation. (4a712974)
-
Orders: Adds item category argument into
addItem()
method. (749fa85e) -
Accounts: Adds
getPasswordLink()
method. (fe2c4d6d) -
Balances: Get balances of Moip Account. (37b085a8)
-
Transfers:
- Fixed errors treatment (3862cc69)
- Holder Add Holder resource and resolves Holder params. (9f84f793)
- Order
The type Holder
was added to be used on payment creation and on some other features linked on funding instrument.
- Prevent notice when tax document or receivers are not returned (6f6c10bd)
- Transfers
- BankAccount Created bank account get id, get list, delete, update (#185) (a4ac12d8)
- Keys adds method to get public key from moip account (fc2143a2)
- NotificationPreferences
- Payment
- Transfers Added get list, get id, revert and getters (8c03c932)
- account
- Prevent notice when tax document or receivers are not returned (6f6c10b)
- Account: Create method to check if an account exists (17e6cd2)
- Keys: adds method to get public key from moip account (fc2143a)
- NotificationPreferences: Added method to get a list of notifications (9be2ae4)
- NotificationPreferences: added method to get a notification preference (d9f4062)
- Payment: add method 'cancel' to cancel pre-authorized payments (858cece)
- Payment: changed 'capture' method to allow multipayments (32d70e7)
- Payment: changed 'get' method to allow get a payment without get an order first (7874a7e)
2.0.0 (2017-09-29)
- Account: Create method to check if an account exists (17e6cd2)
- Webhooks: Create method to get a list of webhooks(fa4a7d4)
- added methods to get boleto print link and token from webhook(ab158a6)
Method generateListPath
from MoipResource changed last parameter to array instead string.
1.3.2 (2017-09-18)
- MoipResource: Initializing variable to prevent E_NOTICE (42ee471)
- Connect: Removing type declaration from methods to compatibility with PHP older versions (77abe58)
1.3.1 (2017-08-11)
- Account: Fix account create without company set (#157) (4d7f4bc5)
1.3.0 (2017-08-08)
- order:
- fix adding of installments in checkout preferences (3dee9fa)
- refund:
- fix of bank account refund (d336f9f)
- fix method to return HATEOAS links from API (025bfde)
- fix method to get DateTime from resources (3d30cbb)
- escrow: add escrow resource (ed99701),
- notification preferences: add notification preferences resource (e553d8b)
- customer credit card: add resource to add more credit cards to customer (d327f03)
Now tests are run using OAuth authentication instead Basic Auth, because now there are tests to resources that only uses OAuth authentication.