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.
The key has expired.
Huge refactoring of the payment flows to improve the overall stability of the plugin along with better error logs.
Installing/Updating/Reinstalling will clean unused fields in the database (Mollie Transactions OrderVariables) that will decrease the database size and improve the checkout performance.
Add new database index (Mollie Transactions) to improve performance for shops with lots of orders.
Add anonymized payment tokens to log entries for better debugging of Apple Pay Direct and Credit Card Components.
Plugin Feature "Cancel Total Amount and Shipping Costs" can now be set independent from the "Reset Stock" functionality.
Add clean completion of Apple Pay Direct session for customers on successful payments. Otherwise it could be that the Apple Pay sheet does not completely work on a retry.