diff --git a/README.en.md b/README.en.md index 29803920..86afd6d9 100644 --- a/README.en.md +++ b/README.en.md @@ -7,6 +7,8 @@ Unzer GmbH offers merchants a payment system for all common payment payment meth Please refer to the documentation [online](https://docs.oxidmodule.com/Unzer/) and the docs directory of this package for the requirements of this plugin, installation and configuration instructions, changelog and further informations. +Note that when using the NGW interface, the config parameter "disallowForceSessionIdInRequest" must not be activated. + ## Changelog See [CHANGELOG](docs/daux/changelog/010_Changelog.md) for further informations. diff --git a/README.md b/README.md index 9dd9d20b..896650ba 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Die Unzer GmbH bietet Händlern ein Zahlungssystem für alle gängigen Zahlungsv Die Anforderungen des Moduls, Installations- und Konfigurationshinweise, Changelog und weitere Informationen entnehmen Sie bitte der Dokumentation [online](https://docs.oxidmodule.com/Unzer/) und im docs-Verzeichnis dieses Paketes. +Beachten Sie, dass bei Verwendung der NGW-Schnittstelle der Config-Parameter "disallowForceSessionIdInRequest" nicht aktiviert sein darf. + ## Changelog Siehe [CHANGELOG](docs/daux/changelog/010_Changelog.md) für weitere Informationen. diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index c939daac..5485350a 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -9,7 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.4.1.1...rel_6.x_mgw) -## [6.4.1.1](https://git.d3data.de/D3Private/Unzer/compare/6.4.1.0...6.4.1.1) - 2023-01-25 +## [6.4.2.0](https://git.d3data.de/D3Private/Unzer/compare/6.4.1.1...6.4.2.0) - 2023-06-13 +### Changed +- Kundendaten werden vor Übergabe getrimmt um unnötige Übertragungen zu verhindern und Reproduktionsfälle zu ermöglichen +- im Fehlerfall wird das protokollierte Charge-Objekt gekürzt, um die Fehlermeldung zuverlässiger zu erhalten +- "Order in progress" Status wird nur von Unzer bearbeiteten Zahlungen zugewiesen +- Meldungen bei Charge-Fehlern werden separat protokolliert +- löscht vorangelegte Bestellungen bei Abbruch (canceled) +- Payerror 2 wird bei bei Unzer zugeordneten Zahlungsarten gesetzt +- bei gelöschten Unzer Bestellungen werden keine Zahlungsdaten abgefragt + +## [6.4.1.1](https://git.d3data.de/D3Private/Unzer/compare/6.4.1.0...6.4.1.1) - 2023-03-08 ### Fixed - abgebrochener Zahlungsprozess führt zu geleertem Warenkorb - Bypass umgeht Anzeige des Zahlungsprozesses diff --git a/docs/daux/config.json b/docs/daux/config.json index c3dee4fc..6839478e 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " unzer", - "moduleversion": "6.4.1.1", + "moduleversion": "6.4.2.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "25.01.2023", + "moduledate": "13.06.2023", "editors": "", "tagline": "", "image": "", diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index c4500221..3516e983 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -91,7 +91,7 @@
@@ -99,7 +99,18 @@

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

-

6.4.1.1 - 2023-01-25

+

6.4.2.0 - 2023-06-13

+

Changed

+ +

6.4.1.1 - 2023-03-08

Fixed

-

Changed

+

Changed