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

Releases: wirecardBrasil/moip-sdk-php

[RELEASE] v3.1.0

29 Jan 13:38
c32c902
Compare
Choose a tag to compare

Bug Fixes

  • Accounts: Resolves Warning on account creation. (4a712974)

Features

  • Orders: Adds item category argument into addItem() method. (749fa85e)

  • Accounts: Adds getPasswordLink() method. (fe2c4d6d)

  • Balances: Get balances of Moip Account. (37b085a8)

  • Transfers:

    • Create a transfer to a saved bank account. (749fa85e)
    • Adds set and get ownId to a transfer. (1c297d14)

[RELEASE] v3.0.0

05 Jan 19:40
bb9f995
Compare
Choose a tag to compare

Bug Fixes

Features

  • Holder Add Holder resource and resolves Holder params. (9f84f793)
  • Order
    • map attributes on order creation (8f9755ef)
    • add attribute paid to order creation mock (2f01ad91)
    • remove shipping address attributes from populate (7eda9b6f)

Tests

  • Support PHPUnit 5 and 6 (5a316192)
  • Test against PHP 7.1 and 7.2 (c6983f63)
  • Order
    • add tests for the new mapped attributes (9c99d832)
    • add attribute paid to order creation mock (2f01ad91)

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

06 Nov 15:47
Compare
Choose a tag to compare

(2017-11-01)

Bug Fixes

  • Prevent notice when tax document or receivers are not returned ((6f6c10b))
  • Transfers
    • Improved fix to issue #184 ((a6e992f))
    • Fix setHolder warning when called before setTransfers (#184). ((33f9126))

Features

  • BankAccount Created bank account get id, get list, delete, update (#185) ((a4ac12d))
  • Keys adds method to get public key from moip account ((fc2143a))
  • NotificationPreferences
    • added method to get a notification preference ((d9f4062))
    • Added method to get a list of notifications ((9be2ae4))
  • Payment
    • changed 'get' method to allow get a payment without get an order first ((7874a7e))
    • add method 'cancel' to cancel pre-authorized payments ((858cece))
    • changed 'capture' method to allow multipayments ((32d70e7))
  • Transfers Added get list, get id, revert and getters ((8c03c93))
  • account
    • added getCreatedAt function ((98b1ff3))
    • added missing properties to account ((14256c0))

v2.1.0

19 Oct 10:59
Compare
Choose a tag to compare

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

02 Oct 11:29
Compare
Choose a tag to compare

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

18 Sep 12:57
Compare
Choose a tag to compare

Bug Fixes

  • MoipResource: Initializing variable to prevent E_NOTICE (42ee471)
  • Connect: Removing type declaration from methods to compatibility with PHP older versions (77abe58)

v1.3.1

11 Aug 14:46
Compare
Choose a tag to compare

Bug Fixes

  • Account: Fix account create without company set (#157) (4d7f4bc5)

v1.3.0

08 Aug 17:57
Compare
Choose a tag to compare

Bug Fixes

  • order:
    • fix adding of installments in checkout preferences
      (3dee9fa)
  • refund:
    • fix of bank account refund
      (d336f9f)
  • 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

02 Jun 14:42
Compare
Choose a tag to compare

Correções de vários bugs e compatibilidade - Maior cobertura de testes

13 Apr 15:29
Compare
Choose a tag to compare
Merge pull request #97 from marciodojr/marciodojr-orders-patch-3

Ajustes no retorno da taxa da Moip