Skip to content

v4.12.0

Latest
Compare
Choose a tag to compare
@BlackScorp BlackScorp released this 11 Nov 13:40
· 2 commits to master since this release
2b7976c

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 Shopware addToCart 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 parameter isExpressCheckout=1 to your addToCart 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.