Version 1.2.8

May 2, 2023

Fixed

  • Fixed an internal server error for orders with no transactions

Version 1.2.7

May 1, 2023

Fixed

  • Fixed and issue where the capturing of Klarna payments would occur twice which results in overpaid orders

Version 1.2.6

March 23, 2023

Fixed

  • Fixed a PHP 7 incompatibility

Version 1.2.5

March 22, 2023

Fixed

  • Fixed an issue with banktransfers to reset orderStatusId if banktransfer is pending

Version 1.2.4

March 13, 2023

Fixed

  • Fixed an issue with shipping calculating

Version 1.2.3

February 22, 2023

Fixed

  • Fixed an issue with strict comparison and rounded floats when price is 0

Version 1.2.2

February 20, 2023

Fixed

  • Fixed a error that would occur when completing an order without transactions

Version 1.2.1

February 8, 2023

Fixed

  • Fixed an issue with getting the refund response

Version 1.2.0

January 23, 2023

Added

  • The fetchPaymentMethods() method is now also returning a logo object containing the SVG logo from the payment method.
  • Added a completeBanktransferOrders setting, that if enabled will automatically complete orders with a pending banktransfer transactions. Defaults to false which will only mark the cart as completted once the banktransfer is being completed. (#12)

Changed

  • The fetchPaymentMethods() function will now return an empty array when unable to fetch the methods instead of throwing an exception which could trigger a server error

Version 1.1.2

July 4, 2022

Changed

  • Update the styling of the example template

Version 1.1.1

June 29, 2022

Fixed

  • Fixed an error thrown on PHP > 8

Version 1.1.0

June 29, 2022

Added

Changed

  • require omnipay/mollie package ^5.5

Version 1.0.3

May 30, 2022

Added

  • Added en_GB language support

Fixed

  • Use discountAmount on lineItem to set the discount instead of seperate lineItem (#4)

Version 1.0.2

April 7, 2022

Added

  • Gateway::EVENT_CREATE_PAYMENT_REQUEST event added that allows payment request modifications.

Version 1.0.1

January 27, 2022
  • Craft Commerce Omnipay package dependency updated.

Version 1.0.0

January 24, 2022
  • Initial release.