Skip to content

Releases: ratepay/magento2-module

2.1.3

18 Jul 07:28
Compare
Choose a tag to compare
  • Added mechanism to determine shipping vat through m2 core models
  • Removed unfunctional payment fee config options
  • Changed german translation for instalment payment methods
  • Fixed problem in db_schema.xml
  • Changed creditor info in payment templates

2.1.2

04 May 11:43
b14ec82
Compare
Choose a tag to compare
  • Refactored some things for Magento Marketplace

2.1.0

28 Apr 16:12
Compare
Choose a tag to compare
  • Added compatibility to Magento 2.4.4 and PHP 8.1
  • Added support for the Magento multi shipping feature
  • Fixed availability check for Ratepay profile id concerning the shipping country
  • Fixed missing error message when invalid IBAN was entered
  • Fixed a problem with a checkout layout attribute

2.0.0

01 Feb 12:36
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release
  • The profile configuration has been refactored completely ( there will be a migration when you are updating from a pre 2.0.0 version )
  • 0% instalments now support multiple runtimes
  • Bugfix regarding error messages
  • Visual adjustments to instalment calculator

1.2.10

15 Dec 12:26
Compare
Choose a tag to compare
  • Removed DeviceFingerPrint scripts from backend orders

1.2.9

06 Dec 12:59
Compare
Choose a tag to compare
  • Fixed scope context in discount tax detection
  • Fixed validation problems for backend orders
  • Added missing shipping description to confirmation deliver call

1.2.8

18 Nov 10:10
8f2ceaf
Compare
Choose a tag to compare
  • Fixed transmission of Tracking Id when added directly in invoice
  • Added mechanism to register invoice increment id earlier in the process to transmit it in capture request

1.2.7

02 Nov 12:19
Compare
Choose a tag to compare
  • Added CSP whitelist file
  • Fixed wrong config scope in certain situations when reading config data
  • Made Ratepay links in backend error boxes clickable

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.