Releases: ratepay/magento2-module
Releases · ratepay/magento2-module
1.2.6
- Added config option for street line usage
- Added an info box to the frontend when order will be created in sandbox mode and to the backend when sandbox mode was used for selected order.
- Fixed a problem in Magento 2.4.0+ with validation on payment selection on frontend
1.2.5
- Refactored capture-, refund- and cancel-mechanisms to use the mage-core way through the payment model instead of custom event triggers
- Added possibility to transfer multiple tracking codes to Ratepay
- Added possibility to use the tracking code form inside of the create invoice form to transfer tracking codes to Ratepay
IMPORTANT: Most of the events.xml files have been deleted in the refactoring of the payment events. When updating the module manually you should delete the old module files and copy the new version in freshly to not have the old event triggers in the system to interfere with the new mechanism. If the module is installed with Composer the update process should handle this correctly by itself.
1.2.4
- Fixed a problem with config scope not being used correctly in certain situations
1.2.3
- Added mechanism to create a unique sku when sku is duplicate
- Fixed problem with event triggers in cronjobs
1.2.2
- Added True Offline Mode configuration
- Capture will not be sent if no capture was selected
- Changed handling of street array for address parameters
- B2B max order amount will now be considered correctly for b2b orders
1.2.1
- Unified Ratepay legal texts
- Removed privacy policy configuration because it was not used
- Increased the time payment errors are shown
- Page will now scroll to payment error if not in view
- Changed declaration of consent functionality
- Instalment amount will now be preselected if only one runtime is available
- Accountholder can now be selected between name and company from a dropdownbox in b2b mode
- Fixed config scope for backend orders
1.2.0
- Added compatibility for Magento 2.4.0
- RatePay Payment method- and ProfileID selection now based on billing address
- Added tracking code to confirmation deliver request if present
- Added feature to return previous order price adjustments
- Magento2 REST API calls will now trigger RatePay API communication
- Enabled the "Online" Capture and Refund workflow in Magento2
- Goodwill refund item type can be configured now
- Added a try-catch block to prevent a order rollback when a database error occures
- Removed vat id validation for B2B orders
- Display company name as account holder for b2b orders with direct-debit
- Added missing creditor id in language files
- Updated legaltexts
1.1.8
- Fixed problem with backend orders and different countries
- Fixed PaymentInformationManagement fix-plugins to only work for the Magento2 version where it's needed
- Refactored request logging to prevent serialization-problems
1.1.7
- Added API log to backend
- Fixed multistore compatibility
- Updated privacy policy links
1.1.6
- Changed folder structure to standard Github Repo structure for Magento2 modules
- Added feature to choose between direct-debit and banktransfer for installment methods
- Added success notification when installment plan was updated in checkout
- Added check and errormessage for partial bundle refunds
- Fixed translations