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.
Fixed
Fixed an issue where MultiSafepay orders in state pending_payment could not go to processing if the order was paid through another way.
Fixed an issue with a circular dependency in the Config, which shows up during a setup:upgrade command.
Fixed an issue with the custom REST API endpoint for retrieving the payment URL for a specific logged in customer, where it returned an incorrect type use error.
Fixed an issue with the Amasty_OrderStatus module where it wasn't able to correctly save an order comment after placing it.
Changed
Deprecated ING Home'Pay
Added changes that are required for PHP 8.1:
Added function type declarations
Changed namespaces to be declared on a single line
Removed the dependency for Guzzle 6 and replaced it with a custom client implementation based on the Magento Curl Adapter
Removed the dependency for php-http/guzzle6-adapter and replaced it with nyholm/psr7