This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
[RELEASE] v3.0.0
Bug Fixes
- Client: Adding charset UTF-8 to request (2c4a2e0)
Features
- Account: Adding method to create account and to check if it exists (81522d4)
- API: Add factories to new resources (2f06486)
- Client: Changing method to send http request with content type x-www-form-urlencoded (5c47570)
- Connect: Adding method to generate OAuth token (6ee455c)
- Connect: Adding methods to refresh OAuth Token (5601b92)
- ConnectAPI: Adding method to request permissions to a Moip user (2850a4d)
- Escrow: Adding payment with escrow and method to release escrow (bea4a97)
- Multiorder: Adding method to create multiorder (d68b4ed)
- Multiorder: Adding method to get multiorder (24c3726)
- Multipayment: Adding method to create multipayment (f46d6af)
- Multipayment: Adding method to get a multipayment (c5be232)
- NotificationPreference: Add method to delete a notification preference (a16aa50)
- NotificationPreference: Adding method to create notification preference (b75a162)
- NotificationPreference: Adding method to get a notification preference (ce90b0c)
- NotificationPreferences: Add method to list notification preferences (a511ef2)
- Order: Create structure to HATEOAS and get links from Order (ad0e759)
- OrderRequest: Adding 'amount' to OrderRequest (beeb8db)
- Payment: Added online bank debit payment (59c05e0)
- Payment: Adding get and capture methods to payment (dbd8a7d)
- Payment: Allow cancel a pre-authorized payment (3df780d)
- Payment: Allow PCI payments (71a11e9)
- Payment: Create delayCapture attribute in Payment (c9fc27d)
- Refund: Creating method to get a refund (7d2c9df)
- Refund: Creating refund methods to order and payment (2003276)
- Add refund method to API and update docs (5d1ae87)
BREAKING CHANGES
The class UnexpectecException
was renamed to UnexpectedException
. Update your handlers accordingly.