You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
5.2.0
Added: Subscription products can also be offered as a one-time purchase, configurable in the product's Mollie tab.
Added: The add-to-cart route accepts a new mollieSubscribe parameter to add a product as a subscription (for headless usage).
Added: Billink payment method.
Added: E-invoices (ZUGFeRD/XRechnung) now contain the payment means for Mollie payment methods.
Changed: Auto-cancellation now logs a warning instead of an error when Mollie can no longer cancel the payment/order.
Changed: The storefront now loads and stores the Mollie profile ID when it is missing.
Changed: The payment status is no longer changed when the transaction is already in the target status.
Changed: The pending-order redirect only starts the session on relevant storefront routes.
Fixed: Digital products (downloads) without a delivery address can now be paid for.
Fixed: Activating the plugin no longer fails with a "should not be blank" error when duplicate payment method icons exist in the media library.
Fixed: The order status change no longer runs into an infinite recursion.
Fixed: The order custom fields now also expose order_id, payment_id and third_party_payment_id for the JTL connector. Existing orders are backfilled.
Fixed: Apple Pay Direct no longer fails with "Invalid domain passed" when the sales channel domain contains a protocol or path. Only the host is now sent to Mollie.
Fixed: Checkout on sales channel domains with a path prefix now returns and finalizes correctly instead of showing "Sales Channel Not Found", and Mollie webhooks resolve.
Fixed: No second Mollie payment is created for an order that is already paid or authorized, preventing double charges.
Fixed: The Mollie order detail tab no longer removes tabs added by other plugins to the same extension point.
Fixed: The product Mollie tab is read-only without the product edit permission.
Fixed: Partial refunds in the refund manager now work correctly across multiple refunds per line item, with the correct refunded quantity, composition and remaining order amount.
Fixed: The Mollie ship and refund actions are available again in the Flow Builder.
Fixed: Bank transfer orders no longer redirect to the edit-order form on browser back, since they must not be edited while settling.
Fixed: Orders from older plugin versions can be shipped, refunded and cancelled again.