Skip to content

Releases: nofrixion/moneymoov-php

v3.0.1

20 Oct 08:10
b7e7ee7
Compare
Choose a tag to compare

Bug fix for minor performance improvement.

v3.0.0

12 Sep 08:09
25ee9f7
Compare
Choose a tag to compare

The latest library updates have been released as version 3.0.0 of the library. New models and clients/client methods have been added to support additional MoneyMoov API endpoints.

v2.0.0

22 Jul 09:07
e6a5e7a
Compare
Choose a tag to compare

This release adds additional models and client functionality to initiate "Pay by Bank" payments via the NoFrixion MoneyMoov API. Including:

  • Nofrixion\Models\Merchant\* models and a Nofrixion\Client\MerchantClient class for the relevant MoneyMoov API merchants endpoints.
  • An additional payment request methods to initiate 'Pay by Bank' payments.

This release has been released as version version 2.0.0 as some updates may introduce breaking changes in older code:

  • PHP namespaces have been renamed for case consistency between this library and the NoFrixion Magento 2 payments module.
  • The payment requests client class has been renamed to be consistent with the webhook and merchant client classes.

v1.1.5

03 Apr 22:44
ee89e6c
Compare
Choose a tag to compare

This release includes Nofrixion\Client\WebhookClient and Nofrixion\Models\Webhook classes.

The WebhookClient which gives access to the MoneyMoov API Webhook endpoints by implementing the following methods:

  • createWebhook()
  • getWebhooks()
  • updateWebhook()

The Webhook model provides a simple class for working with MoneyMoov webhooks in PHP. It also includes a getSignature() method for HMAC signature validation when webhooks are received.

v1.1.4

03 Mar 13:12
Compare
Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

v1.1.3

28 Feb 04:57
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

v1.1.2

22 Feb 15:55
2e43c1f
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Feb 15:50
6d93f01
Compare
Choose a tag to compare

Added parameter to createPaymentRequest() to hide the checkbox "Billing address same as shipping address"

v1.1.0

23 Nov 14:51
Compare
Choose a tag to compare
  • Add support for PaymentRequest: payment initiation request

Full Changelog: v1.0.0...v1.1.0

v1.0.0

10 Nov 15:16
Compare
Choose a tag to compare

First release of the MoneyMoov library.