Skip to content

Releases: mollie/mollie-api-php

v3.9.0

09 Feb 08:55

Choose a tag to compare

What's Changed

  • Fix: Don't call deprecated setAccessible() by @derrabus in #852
  • Fix documented Capability::$requirements structure by @derrabus in #853
  • feat(auth): add setToken helper for api keys by @Naoray in #859
  • Chore/enhance sdk with docs and convenience methods by @Naoray in #855
  • Fix/wrong payment details attribute by @Naoray in #854
  • Remove incorrect null return type from ClientLink::getRedirectUrl() by @Naoray in #865
  • Remove incorrect null return type from ClientLink::getRedirectUrl() by @NormanAlbert91 in #862

New Contributors

Full Changelog: v3.8.0...v3.9.0

v3.8.0

06 Jan 18:53
4a319d1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0

01 Dec 09:03
55f843f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

05 Nov 15:05
7df3a41

Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

28 Oct 10:41

Choose a tag to compare

Added

  • Feat/add retry logic by @Naoray in #826
  • Feat/add fake retain requests option by @Naoray in #830
  • feat: add isEInvoice param and add support for testmode in all sales-… by @Naoray in #832
  • feat: add customerId and mandateId to create sales invoice request by @Naoray in #834
  • Feat/add balance transfer endpoint by @Naoray in #831
  • Feat/add webhook mapping and events by @Naoray in #829
    • global Config that serves as a lookup map to easily map resources to their respective collection keys
    • MockEvent to easily test event handling
    • Str utility class
    • classBasename to Utility
    • WebhookEntity to serve as Container for Resource data received through webhooks (-> can be transformed into BaseResource)
    • Webhook Events that are instanced via the WebhookEventMapper

Changed

  • Feat/make sequence mock responses consume callables by @Naoray in #833

Fixed

  • Change include to embed just like in GetPaginatedChargebacksRequest.php #837 by @Naoray in #838
  • Allow description on CreatePaymentRefundRequest to be empty by @Naoray in #839

Full Changelog: v3.4.0...v3.5.0

v3.4.0

13 Aug 12:23

Choose a tag to compare

This release introduces support for the brand new Delayed Routing API.

What's Changed

  • Feat/add new payment route endpoints by @Naoray in #825

Full Changelog: v3.3.3...v3.4.0

v3.3.3

12 Aug 11:03

Choose a tag to compare

What's Changed

  • Fix/823 inconsistencies on payment link request by @Naoray in #824

Full Changelog: v3.3.2...v3.3.3

v3.3.2

25 Jul 09:44

Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

25 Jul 09:15

Choose a tag to compare

What's Changed

  • fix: signature validator handling null signatures by @Naoray in #822

Full Changelog: v3.3.0...v3.3.1

v3.3.0

25 Jul 08:51

Choose a tag to compare

What's Changed

  • Feat/expose webhook signature header by @Naoray in #821
  • Feat/expose webhook signature creation by @Naoray