This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: wirecardBrasil/moip-sdk-java-le
Releases · wirecardBrasil/moip-sdk-java-le
[RELEASE] v4.5.1
[RELEASE] v4.5.0
Features
- CreditCard: adds
getExpirationMonth()
andgetExpirationYear()
methods
[RELEASE] v4.2.0
[RELEASE] v4.1.1
Bug Fixes
- Client: fix a bug in method
doRequest()
(18a3408)
[RELEASE] v4.1.0
Features
- 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)
Refactor
- Client:
- API: fix imports (817eae6)
- Payment: adds statementDescriptor (15ff550)
- RefundAPI: change condition of
list()
method (55ff9d0) - Order: add missing response elements (b8ba4bc)
Tests
[RELEASE] v4.0.0
Features
- 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)
Refactor
- Order: fixed parameter
addiction
toaddition
(42a08c3)
[RELEASE] v3.4.0
Features
- 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)
v3.3.0
[RELEASE] v3.2.0
Features
- BankAccount: Added accountCheckNumber property to BankAccount(8ab448b)