Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Releases: wirecardBrasil/moip-sdk-java-le

[RELEASE] v4.5.1

11 Dec 21:23
66e430e
Compare
Choose a tag to compare

Features

  • CreditCard: adds getExpirationMonth() and getExpirationYear() methods

[RELEASE] v4.5.0

11 Dec 20:26
e05f6f8
Compare
Choose a tag to compare

Features

  • CreditCard: adds getExpirationMonth() and getExpirationYear() methods

[RELEASE] v4.2.0

09 May 21:28
0911841
Compare
Choose a tag to compare

Bug Fixes

  • Client: apply fixes to JSON translation (bf40270)

Refactor

  • Account: fix account treatment (4d50db3)

Docs

  • Readme

    • Adding slack link (2ff4443)
    • complete and translate the documentation (d3b63b5)
  • Examples

    • adds request examples for all SDK features (95e6a0a)
  • Contributing: adds CONTRIBUTING.md (c2b2de5)

[RELEASE] v4.1.1

02 Mar 20:02
00bcbcf
Compare
Choose a tag to compare

Bug Fixes

  • Client: fix a bug in method doRequest() (18a3408)

[RELEASE] v4.1.0

28 Feb 00:04
d309eda
Compare
Choose a tag to compare

Features

  • Payment: adds getEscrowId() and getEscrow() 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:
    • adds a new get with new header (41edb85)
    • adjust Accept values (3fe45c7)
  • API: fix imports (817eae6)
  • Payment: adds statementDescriptor (15ff550)
  • RefundAPI: change condition of list() method (55ff9d0)
  • Order: add missing response elements (b8ba4bc)

Tests

  • 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)

[RELEASE] v4.0.0

07 Dec 17:00
d4ffbd6
Compare
Choose a tag to compare

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 to addition (42a08c3)

[RELEASE] v3.4.0

08 Nov 15:43
5ecdc2d
Compare
Choose a tag to compare

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

16 Oct 09:57
Compare
Choose a tag to compare

Features

  • Multipayment: Added method 'cancelPreAuthorized' to cancel pre authorized payments (be2fc6c)
  • Multipayment: Added method 'capture' (0a634c3)
  • Order: added method to get an order list (8602c59)

[RELEASE] v3.2.0

28 Sep 18:48
Compare
Choose a tag to compare

Features

  • BankAccount: Added accountCheckNumber property to BankAccount(8ab448b)

[RELEASE]v3.1.0

18 Sep 12:40
Compare
Choose a tag to compare

Bug Fixes

  • ConnectAPI: Fix a bug in method to generate authorize URL (851aa2a)

Features

  • Create structure to HATEOAS links in Payment and fix toString methods to some Link Resources (cf6c46f)