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.
Added
Swish payment method is now available for Mollie Payments.
Changed
Previously a cancellation of an express checkout led to restoring the initial cart. This will not happen anymore if the previous cart was empty. Therefore, the product from the cancelled express checkout will now remain in the cart.
Improve the way how express checkouts (Apple Pay Direct, PayPal Express) backup and restore carts on cancellation.
Full refunds do now take already pending (partial) refunds into account. It's now way easier to also refund the rest amount of an order.
The Administration and Storefront NPM Dev-Dependencies that we use for testing have been moved to a location that Shopware is not using. This should speed up a lot when you develop a shop where the Mollie plugin is installed.
The subscription page in the account has been updated to comply with WCAG standards.
Fixed
Fixed an issue with transitions at too early webhook calls from Mollie
Fix problem with broken PayPal Express checkout in combination with some rare PayPal addresses.
Fix problem where it was possible to get stuck in PayPal Express mode after cancelling the authorization.
Fix problems with PayPal Express flows where carts were suddenly missing or not correctly restored.
Fix problem in PayPal Express (JavaScript) where the checkout was already initialized before the product was correctly added to the cart.
Fixed the issue with saved Credit Card. If you paid first with a different payment method and this payment is failed, the next attempt with Credit Card and saved token failed everytime.