Features:
- The new payment method "PayByBank" is now available.
Improvements:
- Autoloading of Shopware compatibility files is now during plugin runtime.
- Credit notes can now be created for refunds with custom amounts.
- Italian translation added to the configuration.
- More detailed log messages added for status changes.
- The Apple Pay payment method is now hidden in the shopping cart when displaying shipping details if Apple Pay is not available in the browser.
Deprecations:
- The Apple Pay headless route
/mollie/applepay/add-product
is now deprecated. Please use the default ShopwareaddToCart
route. If you wish to temporarily store the current user's cart and pay only for the current product (e.g., direct checkout from the product or category page), add the parameterisExpressCheckout=1
to youraddToCart
route request. After checkout, the original cart will be restored.
Fixes:
- Custom products with configured extra amounts are now correctly added to checkout.
- Custom products cannot be purchased via Apple Pay direct until all required fields are filled.