Mollie Plus
Version 3.0.0
September 16, 2024
Added
- Added Craft Commerce 5 compatibility.
Fixed
- Fixed a javascript bug to load the mollie components for credit card payments
Changed
- When paying with a different payment currency no tax/shipping costs will be added seperatly to the mollie item to prevent rounding/calculation errors
- Removed the ideal issuers from the payment form to support Ideal 2.0
- Removed the voucher method from the
fetchPaymentMethods()
response
Version 2.5.0
August 16, 2024
Fixed
- Round the converted currencies to prevent precision errors #22
Version 2.4.0
March 26, 2024
Added
- Added support for multi currency payments
Version 2.3.1
February 1, 2024
- Check the order payment info when processing the webhook if the transaction already exist
Version 2.3.0
September 27, 2023
Added
- Added the option to send tracking info to mollie.
Version 2.2.7
May 2, 2023
Fixed
- Fixed an internal server error for orders with no transactions
Version 2.2.6
May 1, 2023
Fixed
- Fixed and issue where the capturing of Klarna payments would occur twice which results in overpaid orders
Version 2.2.5
March 22, 2023
Fixed
- Fixed an issue with banktransfers to reset orderStatusId if banktransfer is pending
Version 2.2.4
March 13, 2023
Fixed
- Fixed an issue with shipping calculating
Version 2.2.3
February 8, 2023
Fixed
- Fixed an issue with getting the refund response
Version 2.2.2
January 16, 2023
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 2.2.1
November 28, 2022
Fixed
- Fixed an error that could occur if you complete an order without a transaction
Version 2.2.0
October 24, 2022
Added
- The
fetchPaymentMethods()
method is now also returning alogo
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 tofalse
which will only mark the cart as completted once the banktransfer is being completed. (#12)
Version 2.1.2
July 6, 2022
Changed
- Add the mollie components js file to the asset bundle
Version 2.1.1
July 4, 2022
Changed
- Update the styling of the example template
Version 2.1.0
June 29, 2022
Version 2.0.0
May 30, 2022
Added
- Added Craft CMS 4 and Craft Commerce 4 compatibility.
- Added en_GB language support
Fixed
- Use discountAmount on lineItem to set the discount instead of separate lineItem
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.