- Added Dutch translations.
- Fixed a bug where
billingEmail
wasn’t being passed in purchase request to Mollie. (#62)
- Added Craft CMS 5 and Craft Commerce 5 compatibility.
- Fixed a PHP error that occurred when making payments. (#49)
- Mollie for Craft Commerce now supports other payment methods that have issuers. (#33)
- Fixed a bug where expired payments weren’t showing a human-readable error message. (#37)
- Fixed a bug where the gateway was using the incorrect
RequestResponse
class.
- Added Craft CMS 4 and Craft Commerce 4 compatibility.
- All gateway settings now support environment variables.
- Fixed a bug where expired payments weren’t showing a human-readable error message. (#37)
- Fixed a PHP error that could occur when processing a webhook.
- The plugin now requires Craft 3.6 and Commerce 3.3 or later.
- The plugin now requires Guzzle 7.
- Bank transfer payments with an
open
/processing
status will now complete and order. (#17)
- Added version strings for better support integration.
- Added
craft\commerce\mollie\gateways\Gateway::getTransactionHashFromWebhook()
to support mutex lock when processing a webhook. (#23)
- Updated how the plugin handles webhook responses from mollie. (#22)
- Updated changelog with missing changes for 2.1.0
- Update Craft Commerce requirements to allow for Craft Commerce 3.
- The plugin now overrides the default message returned by Omnipay if the payment failed or was canceled. (#15)
- Added support for pre-selecting payment method.
- Mollie for Craft Commerce now requires Craft 3.1.5 or later.
- Mollie for Craft Commerce now uses Omnipay v3.
- Fixed a bug where HTTP 400 would sometimes be triggered for Mollie webhooks. (#7)
- API Key setting can now be set to an environment variable. (#9)
- Switched to an MIT license.
- Added a
craftcms/cms
requirement tocomposer.json
.
- Initial release.