- CreditCard: adds
getExpirationMonth()
andgetExpirationYear()
methods (ed1b0a3)
- Client: apply fixes to JSON translation (bf40270)
- Account: fix account treatment (4d50db3)
-
Readme
-
Examples
- adds request examples for all SDK features (95e6a0a)
-
Contributing: adds CONTRIBUTING.md (c2b2de5)
- Payment: adds
getEscrowId()
andgetEscrow()
methods (e51d6cc) - Entry: adds entry feature and your own resources (8cdb098)
- Balances: adds feature to get Moip Account's Balances (ff6f41b)
- Refund: adds list order refunds and payment refunds (b3a0844)
- Client:
- API: fix imports (817eae6)
- Payment: adds statementDescriptor (15ff550)
- RefundAPI: change condition of
list()
method (55ff9d0) - Order: add missing response elements (b8ba4bc)
- Balances: adds tests to balances (4c8e251)
- Payment/Multipayment: add tests to statement descriptor (03d8f4f)
- Refund: adds tests to list refunds (080fd10)
- Order: adds tests to cover all response attributes (c47071f)
- Account: added return accessToken and setPassword (a078943)
- Account: created AccountLinks class and added some account creation tests (1e5632b)
- Order: return checkout preferences and checkout links (26e96de)
- Order: create alternatives methods to get the checkout links and add some tests (d9b17ce)
- Transfer: adds create and revert a transfer (1f9357a)
- Transfer: adds MoipAccountRequest, fix some parameters and fix Transfer examples (5f274c5)
- Multipayment adds Checkout instance to MultipaymentLinks (dad95a2)
- Order: fixed parameter
addiction
toaddition
(42a08c3)
- Order: adding OrderStatus to Order object (71a42d8)
- CreditCardRequest: Add id property, getter and setter (bb59c12)
- Amount: Added fees, refunds, liquid, currency properties and getters for them (e90fce0)
- BankAccount Add method to delete a bank account. (113ff51)
- BankAccount Add method to update a bank account. (b99fd12)
- Multipayment: Added method 'cancelPreAuthorized' to cancel pre authorized payments (be2fc6c)
- Multipayment: Added method 'capture' (0a634c3)
- Order: added method to get an order list (8602c59)
- BankAccount: Added accountCheckNumber property to BankAccount(8ab448b)
- ConnectAPI: Fix a bug in method to generate authorize URL (851aa2a)
- Create structure to HATEOAS links in Payment and fix toString methods to some Link Resources (cf6c46f)
3.0.0 (2017-09-11)
- Client: Adding charset UTF-8 to request (2c4a2e0)
- 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)
The class UnexpectecException
was renamed to UnexpectedException
. Update your handlers accordingly.