Skip to content

Releases: ratepay/magento2-module

1.2.6

21 Jul 13:43
cacba0f
Compare
Choose a tag to compare
  • 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

19 Apr 10:33
Compare
Choose a tag to compare
  • 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

12 Feb 14:20
4ae0193
Compare
Choose a tag to compare
  • Fixed a problem with config scope not being used correctly in certain situations

1.2.3

26 Jan 15:30
81db9b8
Compare
Choose a tag to compare
  • Added mechanism to create a unique sku when sku is duplicate
  • Fixed problem with event triggers in cronjobs

1.2.2

02 Nov 08:47
24f0cf7
Compare
Choose a tag to compare
  • 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

06 Oct 13:39
280d2d8
Compare
Choose a tag to compare
  • 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

12 Aug 09:48
454b8ae
Compare
Choose a tag to compare
  • 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

19 Dec 12:50
Compare
Choose a tag to compare
  • 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

31 Oct 14:53
Compare
Choose a tag to compare
  • Added API log to backend
  • Fixed multistore compatibility
  • Updated privacy policy links

1.1.6

17 Oct 14:34
61b04e9
Compare
Choose a tag to compare
  • 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