This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: wirecardBrasil/moip-sdk-php
Releases · wirecardBrasil/moip-sdk-php
[RELEASE] v3.1.0
[RELEASE] v3.0.0
Bug Fixes
- Fixed errors treatment (3862cc69)
Features
- Holder Add Holder resource and resolves Holder params. (9f84f793)
- Order
Tests
BREAKING CHANGES
The type Holder
was added to be used on payment creation and on some other features linked on funding instrument.
v2.2.0
(2017-11-01)
Bug Fixes
- Prevent notice when tax document or receivers are not returned ((6f6c10b))
- Transfers
Features
v2.1.0
Bug Fixes
- Prevent notice when tax document or receivers are not returned (6f6c10b)
Features
- 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)
[RELEASE] v2.0.0
Features
- 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)
BREAKING CHANGES
Method generateListPath
from MoipResource changed last parameter to array instead string.
[RELEASE]v1.3.2
v1.3.1
v1.3.0
Bug Fixes
- order:
- fix adding of installments in checkout preferences
(3dee9fa)
- fix adding of installments in checkout preferences
- refund:
- fix of bank account refund
(d336f9f)
- fix of bank account refund
- fix method to return HATEOAS links from API
(025bfde) - fix method to get DateTime from resources
(3d30cbb)
New Features
- 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)
BREAKING CHANGES
Now tests are runn using OAuth authentication instead Basic Auth, because now there are tests to resources that only uses OAuth authentication.
Reestruturação de Pastas, OAuth2 Homologado, Melhorias em Orders e Payments
v1.2.0 Merge branch 'develop'
Correções de vários bugs e compatibilidade - Maior cobertura de testes
Merge pull request #97 from marciodojr/marciodojr-orders-patch-3 Ajustes no retorno da taxa da Moip