From 7d61c08db8f2bbd8309f9f2635be1bce0a08b039 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 18 Aug 2022 09:58:24 +0200 Subject: [PATCH] add 6.2.6.2 (sourceGuardian for PHP 8.x) --- LICENSE.md | 9 ++ README.en.md | 21 +++ README.md | 21 +++ docs/daux/changelog/010_Changelog.md | 145 +++++++----------- docs/daux/config.json | 4 +- docs/html/changelog/Changelog.html | 124 ++++++++------- .../changelog/Channel_Rekonfiguration.html | 2 +- docs/html/changelog/MGW_Implementation.html | 2 +- .../Cronjob_per_Konsole_einrichten.html | 2 +- .../Cronjob_per_Webaufruf_einrichten.html | 2 +- .../OXID_eShop_Enterprise_Edition.html | 2 +- ...ingaenge_bei_Heidelpay_erneut_abrufen.html | 2 +- .../Infos_fuer_Entwickler.html | 2 +- ..._hat_sich_im_Bestellprozess_geaendert.html | 2 +- .../Was_ist_noch_zu_beachten.html | 2 +- .../Was_macht_der_Cronjob.html | 2 +- .../Was_passiert_bei_einem_Refund.html | 2 +- .../Wie_ist_der_Cronjob_einzurichten.html | 2 +- .../Konfiguration_der_Zahlungsarten.html | 2 +- ...ungskauf_und_Vorkasse_anzeigen_lassen.html | 2 +- ...tomatische_Vorkasse_und_Rechnungskauf.html | 2 +- .../Konfiguration/Channeleinstellungen.html | 2 +- .../Konfiguration/Channelzuordnungen.html | 2 +- .../Schluesselpaar_eintragen.html | 2 +- .../Schnittstellenwechsel/Nacharbeiten.html | 2 +- .../Schnittstellenwechsel/Start.html | 2 +- .../Vorbereitung/Schluesselpaare_finden.html | 2 +- .../Vorbereitung/Sicherung.html | 2 +- .../Vorbereitung/Unzer_Insights.html | 2 +- .../Vorbereitung/Zahlarten.html | 2 +- .../Vorbereitung/was_wird_benoetigt.html | 2 +- docs/html/configuration/index.html | 2 +- docs/html/description/Beschreibung.html | 2 +- .../description/Editionsunterschiede.html | 2 +- docs/html/index.html | 2 +- .../Beiliegende_Bibliotheken.html | 2 +- .../Anforderungen/Systemanforderungen.html | 2 +- .../Anforderungen/Vorbereitungen.html | 2 +- .../Anforderungen/wichtige_Hinweise.html | 2 +- .../Deinstallation/Dateien_loeschen.html | 2 +- .../Deinstallation/Datenbank_bereinigen.html | 2 +- .../Modul_aus_der_Installation_entfernen.html | 2 +- .../Deinstallation/Modul_deaktivieren.html | 2 +- ...eiterungen_deaktivieren_und_entfernen.html | 2 +- .../Deinstallation/TMP-Ordner_leeren.html | 2 +- docs/html/installation/Installation.html | 2 +- .../installation/Installationspruefung.html | 2 +- .../Konfiguration_einstellen.html | 2 +- .../Neuinstallation/Lizenz_eintragen.html | 2 +- .../Neuinstallation/Modul_hinzufuegen.html | 4 +- .../Modul_im_Shop_aktivieren.html | 2 +- .../Providerspezifische_Installation.html | 2 +- .../Shopanpassungen_installieren.html | 2 +- .../Neuinstallation/TMP-Ordner_leeren.html | 2 +- .../Neuinstallation/Updatefaehigkeit.html | 2 +- .../Verwendung_eigener_Themes.html | 2 +- .../installation/Neuinstallation/index.html | 4 +- docs/html/installation/Schnellstart.html | 2 +- .../Update/Aenderungen_kontrollieren.html | 2 +- .../installation/Update/Dateien_erneuern.html | 4 +- .../Update/Erweiterungen_anpassen.html | 2 +- .../Lizenzschluessel_aktualisieren.html | 2 +- .../Update/Modul_deaktivieren.html | 2 +- .../Modulinformationen_aktualisieren.html | 2 +- .../Providerspezifische_Installation.html | 2 +- .../Update/Shopanpassungen_installieren.html | 2 +- .../Update/TMP-Ordner_leeren.html | 2 +- .../installation/Update/Updatedefinition.html | 2 +- docs/html/support/Hilfe-und-Support.html | 2 +- .../html/tipuesearch/tipuesearch_content.json | 2 +- readme.md | 27 ---- src/.php-cs-fixer.php | 4 +- src/Controllers/Admin/AdminList.php | 4 +- src/Controllers/Admin/Base.php | 4 +- src/Controllers/Admin/Channels/AdminList.php | 4 +- src/Controllers/Admin/Channels/Base.php | 4 +- src/Controllers/Admin/Channels/Main.php | 4 +- src/Controllers/Admin/Channels/Payments.php | 4 +- src/Controllers/Admin/Log.php | 4 +- src/Controllers/Admin/LogList.php | 4 +- src/Controllers/Admin/Order/Heidelpay.php | 4 +- src/Controllers/Admin/Settings.php | 4 +- src/Controllers/Admin/Support.php | 4 +- src/Controllers/Admin/TransactionlogList.php | 4 +- src/Controllers/ChannelProvider.php | 4 +- src/Controllers/MGWUserInputValidator.php | 4 +- src/Controllers/MgwOrder.php | 4 +- src/Controllers/MgwResourceHandler.php | 4 +- src/Controllers/ModuleProvider.php | 4 +- src/Controllers/Notify.php | 4 +- src/Controllers/Order.php | 4 +- src/Controllers/OxidProvider.php | 4 +- src/Controllers/Payment.php | 4 +- src/Controllers/PaymentCollector.php | 4 +- src/Controllers/PaymentGateway.php | 4 +- src/Controllers/Response.php | 4 +- src/Interfaces/Config/ConstantInterface.php | 4 +- .../Criterion/ContainerInterface.php | 4 +- src/Interfaces/Parameter/GroupInterface.php | 4 +- src/Models/Actions/Action.php | 4 +- src/Models/Actions/Capture.php | 4 +- src/Models/Actions/Debit.php | 4 +- src/Models/Actions/Finalize.php | 4 +- src/Models/Actions/Preauthorization.php | 4 +- src/Models/Actions/Rebill.php | 4 +- src/Models/Actions/Refund.php | 4 +- src/Models/Actions/Reversal.php | 4 +- src/Models/Bankaccount.php | 4 +- src/Models/Communicator.php | 4 +- src/Models/Configuration/ModProfile.php | 4 +- src/Models/Containers/Criterions.php | 4 +- .../Containers/Criterions/Easycredit.php | 4 +- src/Models/Containers/InputContainer.php | 4 +- src/Models/Containers/Parameter.php | 4 +- src/Models/Containers/PrepaymentData.php | 4 +- src/Models/Containers/Skeleton.php | 4 +- src/Models/Factory.php | 4 +- .../MgwCustomerAttributeFormatter.php | 4 +- src/Models/Formatters/abstractFormatter.php | 4 +- src/Models/Generators/Basket.php | 4 +- src/Models/Generators/Body.php | 4 +- src/Models/Generators/MGWBasket.php | 4 +- .../hostDecoratorsInterface.php | 4 +- .../Hostdecorators/hostDecoratorsRegistry.php | 4 +- .../Hostdecorators/removePortFromHost.php | 4 +- src/Models/MGWDebugHandler.php | 4 +- src/Models/Mail.php | 4 +- src/Models/Ngw.php | 4 +- src/Models/Parameter/Criterion.php | 4 +- src/Models/Parameter/Dynvalues.php | 4 +- src/Models/Parameter/Group/AccountData.php | 4 +- src/Models/Parameter/Group/CompanyData.php | 4 +- src/Models/Parameter/Group/CustomerData.php | 4 +- src/Models/Parameter/Group/FrontendData.php | 4 +- src/Models/Parameter/Group/MandatoryData.php | 4 +- .../Parameter/Group/RiskInformationData.php | 4 +- src/Models/Parameter/StoredData.php | 4 +- src/Models/Payment/Btobbillpurchase.php | 4 +- src/Models/Payment/Cards.php | 4 +- src/Models/Payment/Creditcard.php | 4 +- src/Models/Payment/Debitcard.php | 4 +- src/Models/Payment/Directdebit.php | 4 +- src/Models/Payment/Directdebit/Secured.php | 4 +- src/Models/Payment/Easycredit.php | 4 +- src/Models/Payment/Eps.php | 4 +- ...ymentNotReferencedToHeidelpayException.php | 4 +- .../UnknownRedirectParameterException.php | 4 +- src/Models/Payment/FlexiPayDirect.php | 4 +- src/Models/Payment/Giropay.php | 4 +- src/Models/Payment/Ideal.php | 4 +- src/Models/Payment/Invoice/Secured.php | 4 +- src/Models/Payment/Invoice/Unsecured.php | 4 +- src/Models/Payment/Masterpass.php | 4 +- src/Models/Payment/Payment.php | 4 +- src/Models/Payment/Paypal.php | 4 +- src/Models/Payment/Postfinance.php | 4 +- src/Models/Payment/Prepayment.php | 4 +- src/Models/Payment/Przelewy24.php | 4 +- src/Models/Payment/Sofortueberweisung.php | 4 +- src/Models/Redirect.php | 4 +- src/Models/Request.php | 4 +- .../InvalidHeidelpayDataException.php | 4 +- .../Exception/InvalidTagNameException.php | 4 +- .../Request/Exception/NoBasketException.php | 4 +- .../Request/Exception/NoOrderException.php | 4 +- .../Exception/NoPaymentMethodException.php | 4 +- .../Exception/NoPaymentOptionException.php | 4 +- .../Exception/NoTransactionUniqueId.php | 4 +- ...eidelpayOnlinetransferPaymentException.php | 4 +- .../Request/Pattern/BankAccountCheck.php | 4 +- src/Models/Request/Pattern/Creditcard.php | 4 +- src/Models/Request/Pattern/Debitcard.php | 4 +- src/Models/Request/Pattern/Directdebit.php | 4 +- src/Models/Request/Pattern/Hip.php | 4 +- src/Models/Request/Pattern/Onlinetransfer.php | 4 +- .../Request/Pattern/OnlinetransferCheck.php | 4 +- src/Models/Request/Pattern/Pattern.php | 4 +- src/Models/Request/Pattern/Prepayment.php | 4 +- src/Models/Request/Xml.php | 4 +- src/Models/Response.php | 4 +- src/Models/Response/Parser.php | 4 +- .../Settings/Channels/BToBBillPurchase.php | 4 +- src/Models/Settings/Channels/CardPayments.php | 4 +- src/Models/Settings/Channels/Cards.php | 4 +- src/Models/Settings/Channels/Channels.php | 4 +- src/Models/Settings/Channels/CreditCard.php | 4 +- src/Models/Settings/Channels/DebitCard.php | 4 +- .../Settings/Channels/Directdebit/Secured.php | 4 +- .../Channels/Directdebit/Unsecured.php | 4 +- src/Models/Settings/Channels/EasyCredit.php | 4 +- src/Models/Settings/Channels/Eps.php | 4 +- .../Settings/Channels/FlexiPayDirect.php | 4 +- src/Models/Settings/Channels/Giropay.php | 4 +- src/Models/Settings/Channels/Ideal.php | 4 +- .../Settings/Channels/Invoice/Secured.php | 4 +- .../Settings/Channels/Invoice/Unsecured.php | 4 +- src/Models/Settings/Channels/Masterpass.php | 4 +- .../Settings/Channels/OnlineTransfer.php | 4 +- src/Models/Settings/Channels/Paypal.php | 4 +- src/Models/Settings/Channels/Postfinance.php | 4 +- src/Models/Settings/Channels/Prepayment.php | 4 +- src/Models/Settings/Channels/Przelewy24.php | 4 +- src/Models/Settings/Channels/Sofort.php | 4 +- .../Exception/EmptyPasswordException.php | 4 +- .../EmptySecuritySenderException.php | 4 +- .../Exception/EmptyUsernameException.php | 4 +- src/Models/Settings/Heidelpay.php | 4 +- .../Transactionlog/Reader/Heidelpay.php | 4 +- src/Models/Transactionlog/Reader/Mgw.php | 4 +- .../Exception/AgbNotAcceptedException.php | 4 +- .../CheckSessionChallengeException.php | 4 +- ...ustomerinformationNotAcceptedException.php | 4 +- .../Verify/Exception/NotLoggedInException.php | 4 +- .../Verify/Exception/UnzerApiException.php | 4 +- src/Models/Verify/Input.php | 4 +- src/Models/Verify/OrderContext.php | 4 +- src/Models/Verify/PaymentSuccess.php | 4 +- src/Models/Verify/PreInputValidator.php | 4 +- src/Models/Verify/Verify.php | 4 +- src/Models/Viewconfig.php | 4 +- .../Controller/PaymentController.php | 28 ++-- src/Setup/InstallRoutine.php | 16 +- src/metadata.php | 2 +- src/views/wave/tpl/mgw/missingfields.tpl | 3 - tests/unittests/MC_Metrics.php | 4 +- tests/unittests/additional.inc.php | 4 +- tests/unittests/bootstrap.php | 4 +- tests/unittests/libs/d3heidelpayTestCase.php | 4 +- tests/unittests/unit/OxidCommand.php | 4 +- tests/unittests/unit/OxidTestCase.php | 4 +- .../unittests/unit/criticalerrorshandler.php | 4 +- tests/unittests/unit/dbMaintenance.php | 4 +- .../controllers/admin/order/heidelpayTest.php | 4 +- .../controllers/admin/settingsTest.php | 4 +- .../d3/d3heidelpay/controllers/orderTest.php | 4 +- .../controllers/paymentgatewayTest.php | 4 +- .../d3heidelpay/models/communicatorTest.php | 4 +- .../models/containers/parameterTest.php | 4 +- .../models/containers/skeletonTest.php | 4 +- .../d3heidelpay/models/d3_hp_responseTest.php | 4 +- .../models/d3hpprepaymentdataTest.php | 4 +- .../d3/d3heidelpay/models/factoryTest.php | 4 +- .../models/generators/basketTest.php | 4 +- .../models/generators/bodyTest.php | 4 +- ...tnotreferencedtoheidelpayexceptionTest.php | 4 +- .../models/payment/paymentTest.php | 4 +- .../invalidheidelpaydataexceptionTest.php | 4 +- .../exception/invalidtagnameexceptionTest.php | 4 +- .../exception/nobasketexceptionTest.php | 4 +- .../exception/noorderexceptionTest.php | 4 +- .../nopaymentmethodexceptionTest.php | 4 +- .../nopaymentoptionexceptionTest.php | 4 +- .../exception/notransactionuniqueidTest.php | 4 +- ...lpayonlinetransferpaymentexceptionTest.php | 4 +- .../models/request/pattern/patternTest.php | 4 +- .../d3/d3heidelpay/models/request/xmlTest.php | 4 +- .../d3/d3heidelpay/models/requestTest.php | 4 +- .../models/response/parserTest.php | 4 +- .../d3/d3heidelpay/models/responseTest.php | 4 +- .../exception/emptypasswordexceptionTest.php | 4 +- .../emptysecuritysenderexceptionTest.php | 4 +- .../exception/emptyusernameexceptionTest.php | 4 +- .../models/settings/heidelpayTest.php | 4 +- .../transactionlog/reader/heidelpayTest.php | 4 +- .../reader/testdata/PostData.php | 4 +- .../reader/testdata/xmlInPostData.php | 4 +- .../d3heidelpay/models/verify/inputTest.php | 4 +- .../models/verify/ordercontextTest.php | 4 +- .../models/verify/paymentsuccessTest.php | 4 +- .../d3/d3heidelpay/models/viewconfigTest.php | 4 +- .../controllers/d3_order_heidelpayTest.php | 4 +- .../controllers/d3_payment_heidelpayTest.php | 4 +- .../modules/core/d3_oxemail_heidelpayTest.php | 4 +- .../models/d3_d3counter_heidelpayTest.php | 4 +- .../d3_oxinputvalidator_heidelpayTest.php | 4 +- .../models/d3_oxorder_heidelpayTest.php | 4 +- .../d3_oxpaymentgateway_heidelpayTest.php | 4 +- tests/unittests/unit/oxPrinter.php | 4 +- tests/unittests/unit/test_config.inc.php | 4 +- tests/unittests/unit/test_utils.php | 4 +- 280 files changed, 671 insertions(+), 683 deletions(-) create mode 100644 LICENSE.md create mode 100644 README.en.md create mode 100644 README.md delete mode 100644 readme.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..4a886899 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,9 @@ +# License + +This Software is the property of Data Development and is protected by copyright law - it is NOT Freeware. + +Any unauthorized use of this software without a valid license is a violation of the license agreement and will be prosecuted by civil and criminal law. + +- copyright: (C) [D3 Data Development](https://www.d3data.de/) (Inh. Thomas Dartsch) +- author: D3 Data Development - Thomas Dartsch +- link: https://www.oxidmodule.com \ No newline at end of file diff --git a/README.en.md b/README.en.md new file mode 100644 index 00000000..29803920 --- /dev/null +++ b/README.en.md @@ -0,0 +1,21 @@ +[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md) +[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md) + +# D3 Unzer for OXID eShop + +Unzer GmbH offers merchants a payment system for all common payment payment methods for payment processing on the Internet. Unzer is complete solution provider for the ecommerce merchant. This means that Unzer as a Member Service Provider (MSP) of Visa and Mastercard eCommerce merchants directly issue an acceptance contract. They do not have to have any additional discussions with a bank. + +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. + +## Changelog +See [CHANGELOG](docs/daux/changelog/010_Changelog.md) for further informations. + +## License +(status: 2010-10-18) + +For full copyright and licensing information, please see the [LICENSE](LICENSE.md) file distributed with this source code. + +## Contact +- Unzer Homepage: https://www.unzer.com +- D³ Data Development: https://www.d3data.de +- Mail: support@shopmodule.com \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..9dd9d20b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md) +[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md) + +# D3 Unzer für OXID eShop + +Die Unzer GmbH bietet Händlern ein Zahlungssystem für alle gängigen Zahlungsverfahren für die Payment Abwicklung im Internet. Unzer ist Komplettlösungsanbieter für den Ecommerce Händler. Das bedeutet, dass Unzer als Member Service Provider (MSP) von Visa und Mastercard eCommerce Händler direkt einen Akzeptanzvertrag vergibt. Sie müssen keine zusätzlichen Gespräche mit einer Bank führen. + +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. + +## Changelog +Siehe [CHANGELOG](docs/daux/changelog/010_Changelog.md) für weitere Informationen. + +## Lizenz +(Stand: 18.10.2010) + +Die Copyright- und Lizenzinformationen entnehmen Sie bitte der [LICENSE](LICENSE.md)-Datei, die mit diesem Quellcode verteilt wurde. + +## Kontakt +- Unzer Homepage: https://www.unzer.com +- D³ Data Development: https://www.d3data.de +- Mail: support@shopmodule.com \ No newline at end of file diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 3da8b2cf..115a0ee3 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -2,173 +2,142 @@ title: Changelog --- -## 6.2.6.1 - (2022-07-18) +All notable changes to this project will be documented in this file. -### changed +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.2...rel_6.x_mgw) + +## [6.2.6.2](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.1...6.2.6.2) - 2022-07-18 +### Fixed +- verhindert, dass die Liste der Zahlungsarten abgerufen wird, bevor die vorherige ShipSetId bereinigt wurde, wenn die Benutzerländer gewechselt werden +- zeige keine Debug-Informationen bei Zahlungsauswahlen, wenn die Zahlung keine fehlenden Benutzerdaten hat + +## [6.2.6.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.0...6.2.6.1) - 2022-07-18 +### Changed - Zahlartenlogos aktualisiert ---- - -## 6.2.6.0 - (2022-07-01) - -### added +## [6.2.6.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.5.0...6.2.6.0) - 2022-07-01 +### Added - optional: Lastschriftmandat muss nicht akzeptiert werden - eventuell vorhandener Port an Kundenremoteadresse entfernt -### changed +### Changed - Zahlartenlogos aktualisiert - Abhängigkeiten angepasst ---- - -## 6.2.5.0 - (2022-05-06) - -### added +## [6.2.5.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.4.0...6.2.5.0) - 2022-05-06 +### Added - MGW: Zahlart EPS hinzugefügt - MGW: Zahlart Przelewy24 hinzugefügt - MGW: Zahlart Giropay hinzugefügt - Eingabefeld fürden Karteninhaber bei kartenbasierten Zahlarten hinzugefügt - bei Stornierung einer Zahlung: Auswahlbox für den Stornierungsgrund integriert (Pflicht für die Zahlart 'abgesicherter Rechnungskauf') -### changed +### Changed - Frontend Bestellschritt 3 auf unzerSDK migriert - Abhängigkeiten der composer.json auf UnzerSDK aktualisiert -### fixed +### Fixed - bei Zahlungsart Vorkasse und Rechnung blieb der Status einer Bestellung auf "NOT_FINISHED" - einige Template-Block-Namen korrigiert ---- - -## 6.2.4.0 - (2022-01-14) - -### added +## [6.2.4.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.3.0...6.2.4.0) - 2022-01-14 +### Added - installierbar in OXID 6.4 - fehlende englische Übersetzungen ergänzt - ungültiger privater Schlüssel-Fehler wird passend behandelt -### changed +### Changed - CLI-Prüfung angepasst - veralteten Code für Einsatz unter PHP 8 entfernt -### fixed +### Fixed - Emails können in OXID >= 6.2 nicht versendet werden, Rendererablauf korrigiert - fehlende Namespaces ergänzt - Icon-Formatierung aktualisiert ---- - -## 6.2.3.0 - (2021-07-12) - -### changed +## [6.2.3.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.2.1...6.2.3.0) - 2021-07-12 +### Changed - Wechsel von HeidelpayPHP zu UnzerSDK ---- - -## 6.2.2.1 - (2021-06-07) - -### changed +## [6.2.2.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.2.0...6.2.2.1) - 2021-06-07 +### Changed - Dokumentation für Schnittstellenwechsel ergänzt -### fixed +### Fixed - Preauthorisation Transaktionen werden nach erfolgreichem Abschluss mit Status "OK" markiert. ---- - -## 6.2.2.0 - (2021-05-18) - -### fixed +## [6.2.2.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.3...6.2.2.0) - 2021-05-18 +### Fixed - Bestellungen nur mit der Währung EUR möglich - Bestellabschluss bei aktivem PHP Error Log schlägt fehl ---- - -## 6.2.1.3 - (2021-04-27) - -### added +## [6.2.1.3](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.2...6.2.1.3) - 2021-04-27 +### Added - Freigabe für OXID 6.3 -### fixed +### Fixed - fehlende Zahlungsarten-Templates im Admin ergänzt ---- - -## 6.2.1.2 - (2021-04-19) - -### fixed +## [6.2.1.2](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.1...6.2.1.2) - 2021-04-19 +### Fixed - 0010757: fehlende Artikel in Bestellbestätigungsmail durch ausverkauft-Status ---- - -## 6.2.1.1 - (2021-02-10) - -### fixed +## [6.2.1.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.1.0...6.2.1.1) - 2021-02-10 +### Fixed - abgesicherter rechnungskauf zurückgewiesen aufgrund abweichender Lieferadresse - keine Eingabe in 3rd party select-Eingabefelder an der Zahlartenauswahl möglich ---- - -## 6.2.1.0 - (2021-01-11) - -### added +## [6.2.1.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.4...6.2.1.0) - 2021-01-11 +### Added - Adresseingaben werden vorformatiert, um Ablehnungen aufgrund falschen Formates zu vermeiden -### changed +### Changed - Produktbild-URL wird bei Nutzung der PaymentApi / MGW-Schnittstelle nicht zu Unzer übergeben, da nicht erreichbare URL (z.B. Dev-Shop) zum Abbruch der Transaktion führt ---- - -## 6.2.0.4 - (2021-01-11) - -### added +## [6.2.0.4](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.3...6.2.0.4) - 2021-01-11 +### Added - Logo in Adminnavigation eingefügt -### fixed +### Fixed - nötige Umstellung für 3D Secure v2 - Transaktionstab im live-Modus zeigt wieder Daten ---- - -## 6.2.0.3 - (2020-12-22) - -### changed +## [6.2.0.3](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.2...6.2.0.3) - 2020-12-22 +### Changed - Transaktionsübersicht bei Nutzung der PaymentApi / MGW-Schnittstelle entfernt -### fixed +### Fixed - Fehlerverhalten bei Bestellungen mit Gutschein/Rabatten - Aufruf des Cronjobs für iDeal & Przelewy24 - Warenkorbberechnung korrigiert ---- - -## 6.2.0.2 - (2020-11-30) - -### added +## [6.2.0.2](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.1...6.2.0.2) - 2020-11-30 +### Added - Freigabe für OXID 6.2.3 -### changed +### Changed - Unzer API URL - iDeal Logo -### fixed +### Fixed - Präfixverhalten bei leeren Eingabefeldern des Zugangskeys (PaymentApi / MGW) - -## 6.2.0.1 - (2020-11-10) -### fixed +## [6.2.0.1](https://git.d3data.de/D3Private/Unzer/compare/6.2.0.0...6.2.0.1) - 2020-11-10 +### Fixed - fehlendes NGW-Template für Vorkasse hinzugefügt - verhinderte Portierung der Altkonfiguration - Fehler bei Generierung von Bestellung bei Nutzung von NGW korrigiert ---- - -## 6.2.0.0 - (2020-10-28) -### added +## [6.2.0.0](https://git.d3data.de/D3Private/Unzer/compare/6.1.2.2...6.2.0.0) - 2020-10-28 +### Added - ermöglicht den Einsatz der PaymentApi / MGW-Schnittstelle -### changed +### Changed - Umbenennung (Rebranding) von heidelpay zu Unzer -### fixed +### Fixed - falsche Konfigurations-ID korrigiert - dieser Fehler löste kein Fehlverhalten im Modul aus --- diff --git a/docs/daux/config.json b/docs/daux/config.json index b0077fdb..81237341 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " unzer", - "moduleversion": "6.2.6.1", + "moduleversion": "6.2.6.2", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "18.07.2022", + "moduledate": "18.08.2022", "editors": "", "tagline": "", "image": "", diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index 23012c14..714ce117 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -91,30 +91,38 @@
-

6.2.6.1 - (2022-07-18)

-

changed

+

All notable changes to this project will be documented in this file.

+

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

+

Unreleased

+

6.2.6.2 - 2022-07-18

+

Fixed

+
    +
  • verhindert, dass die Liste der Zahlungsarten abgerufen wird, bevor die vorherige ShipSetId bereinigt wurde, wenn die Benutzerländer gewechselt werden
  • +
  • zeige keine Debug-Informationen bei Zahlungsauswahlen, wenn die Zahlung keine fehlenden Benutzerdaten hat
  • +
+

6.2.6.1 - 2022-07-18

+

Changed

  • Zahlartenlogos aktualisiert
-
-

6.2.6.0 - (2022-07-01)

-

added

+

6.2.6.0 - 2022-07-01

+

Added

  • optional: Lastschriftmandat muss nicht akzeptiert werden
  • eventuell vorhandener Port an Kundenremoteadresse entfernt
-

changed

+

Changed

  • Zahlartenlogos aktualisiert
  • Abhängigkeiten angepasst
-
-

6.2.5.0 - (2022-05-06)

-

added

+

6.2.5.0 - 2022-05-06

+

Added

  • MGW: Zahlart EPS hinzugefügt
  • MGW: Zahlart Przelewy24 hinzugefügt
  • @@ -122,152 +130,140 @@
  • Eingabefeld fürden Karteninhaber bei kartenbasierten Zahlarten hinzugefügt
  • bei Stornierung einer Zahlung: Auswahlbox für den Stornierungsgrund integriert (Pflicht für die Zahlart 'abgesicherter Rechnungskauf')
-

changed

+

Changed

  • Frontend Bestellschritt 3 auf unzerSDK migriert
  • Abhängigkeiten der composer.json auf UnzerSDK aktualisiert
-

fixed

+

Fixed

  • bei Zahlungsart Vorkasse und Rechnung blieb der Status einer Bestellung auf "NOT_FINISHED"
  • einige Template-Block-Namen korrigiert
-
-

6.2.4.0 - (2022-01-14)

-

added

+

6.2.4.0 - 2022-01-14

+

Added

  • installierbar in OXID 6.4
  • fehlende englische Übersetzungen ergänzt
  • ungültiger privater Schlüssel-Fehler wird passend behandelt
-

changed

+

Changed

  • CLI-Prüfung angepasst
  • veralteten Code für Einsatz unter PHP 8 entfernt
-

fixed

+

Fixed

  • Emails können in OXID >= 6.2 nicht versendet werden, Rendererablauf korrigiert
  • fehlende Namespaces ergänzt
  • Icon-Formatierung aktualisiert
-
-

6.2.3.0 - (2021-07-12)

-

changed

+

6.2.3.0 - 2021-07-12

+

Changed

  • Wechsel von HeidelpayPHP zu UnzerSDK
-
-

6.2.2.1 - (2021-06-07)

-

changed

+

6.2.2.1 - 2021-06-07

+

Changed

  • Dokumentation für Schnittstellenwechsel ergänzt
-

fixed

+

Fixed

  • Preauthorisation Transaktionen werden nach erfolgreichem Abschluss mit Status "OK" markiert.
-
-

6.2.2.0 - (2021-05-18)

-

fixed

+

6.2.2.0 - 2021-05-18

+

Fixed

  • Bestellungen nur mit der Währung EUR möglich
  • Bestellabschluss bei aktivem PHP Error Log schlägt fehl
-
-

6.2.1.3 - (2021-04-27)

-

added

+

6.2.1.3 - 2021-04-27

+

Added

  • Freigabe für OXID 6.3
-

fixed

+

Fixed

  • fehlende Zahlungsarten-Templates im Admin ergänzt
-
-

6.2.1.2 - (2021-04-19)

-

fixed

+

6.2.1.2 - 2021-04-19

+

Fixed

  • 0010757: fehlende Artikel in Bestellbestätigungsmail durch ausverkauft-Status
-
-

6.2.1.1 - (2021-02-10)

-

fixed

+

6.2.1.1 - 2021-02-10

+

Fixed

  • abgesicherter rechnungskauf zurückgewiesen aufgrund abweichender Lieferadresse
  • keine Eingabe in 3rd party select-Eingabefelder an der Zahlartenauswahl möglich
-
-

6.2.1.0 - (2021-01-11)

-

added

+

6.2.1.0 - 2021-01-11

+

Added

  • Adresseingaben werden vorformatiert, um Ablehnungen aufgrund falschen Formates zu vermeiden
-

changed

+

Changed

  • Produktbild-URL wird bei Nutzung der PaymentApi / MGW-Schnittstelle nicht zu Unzer übergeben, da nicht erreichbare URL (z.B. Dev-Shop) zum Abbruch der Transaktion führt
-
-

6.2.0.4 - (2021-01-11)

-

added

+

6.2.0.4 - 2021-01-11

+

Added

  • Logo in Adminnavigation eingefügt
-

fixed

+

Fixed

  • nötige Umstellung für 3D Secure v2
  • Transaktionstab im live-Modus zeigt wieder Daten
-
-

6.2.0.3 - (2020-12-22)

-

changed

+

6.2.0.3 - 2020-12-22

+

Changed

  • Transaktionsübersicht bei Nutzung der PaymentApi / MGW-Schnittstelle entfernt
-

fixed

+

Fixed

  • Fehlerverhalten bei Bestellungen mit Gutschein/Rabatten
  • Aufruf des Cronjobs für iDeal & Przelewy24
  • Warenkorbberechnung korrigiert
-
-

6.2.0.2 - (2020-11-30)

-

added

+

6.2.0.2 - 2020-11-30

+

Added

  • Freigabe für OXID 6.2.3
-

changed

+

Changed

  • Unzer API URL
  • iDeal Logo
-

fixed

+

Fixed

  • Präfixverhalten bei leeren Eingabefeldern des Zugangskeys (PaymentApi / MGW)
-

6.2.0.1 - (2020-11-10)

-

fixed

+

6.2.0.1 - 2020-11-10

+

Fixed

  • fehlendes NGW-Template für Vorkasse hinzugefügt - verhinderte Portierung der Altkonfiguration
  • Fehler bei Generierung von Bestellung bei Nutzung von NGW korrigiert
-
-

6.2.0.0 - (2020-10-28)

-

added

+

6.2.0.0 - 2020-10-28

+

Added

  • ermöglicht den Einsatz der PaymentApi / MGW-Schnittstelle
-

changed

+

Changed

  • Umbenennung (Rebranding) von heidelpay zu Unzer
-

fixed

+

Fixed

  • falsche Konfigurations-ID korrigiert - dieser Fehler löste kein Fehlverhalten im Modul aus

6.1.2.2 - (2020-09-30)

-

changed

+

changed

  • Titellogo auf statischen Asset umgestellt
  • Logos für Amex, MasterCard, Paypal und VISA aktualisiert
  • @@ -275,7 +271,7 @@

6.1.2.1 - (2020-06-15)

-

fixed

+

fixed

  • korrigiert Fragezeichen in Rückgabewert der execute-Methoden (führte zu ungültiger Redirect URL)
  • 0009794: erzwingt neue Session im iDeal Cron Script (führt zu Fehlern, wenn z.B. auf während der Bearbeitung der ersten Bestellung der Warenkorb neu aufgebaut werden muss - nötig z.B. bei Gutscheinverwendung)
  • @@ -288,7 +284,7 @@

6.1.2.0 - (2020-05-12)

-

added

+

added

  • 0009705: Freigabe OXID 6.2
diff --git a/docs/html/changelog/Channel_Rekonfiguration.html b/docs/html/changelog/Channel_Rekonfiguration.html index 5d3c59bc..c267b853 100644 --- a/docs/html/changelog/Channel_Rekonfiguration.html +++ b/docs/html/changelog/Channel_Rekonfiguration.html @@ -91,7 +91,7 @@
diff --git a/docs/html/changelog/MGW_Implementation.html b/docs/html/changelog/MGW_Implementation.html index a2f539a2..738c1c80 100644 --- a/docs/html/changelog/MGW_Implementation.html +++ b/docs/html/changelog/MGW_Implementation.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html b/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html index 04e80175..75c003fd 100644 --- a/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html +++ b/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Konsole_einrichten.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Webaufruf_einrichten.html b/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Webaufruf_einrichten.html index fba16f65..7daf1b1f 100644 --- a/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Webaufruf_einrichten.html +++ b/docs/html/configuration/Konfiguration/Cronjob_einrichten/Cronjob_per_Webaufruf_einrichten.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Cronjob_einrichten/OXID_eShop_Enterprise_Edition.html b/docs/html/configuration/Konfiguration/Cronjob_einrichten/OXID_eShop_Enterprise_Edition.html index ee2efcd7..eb08a876 100644 --- a/docs/html/configuration/Konfiguration/Cronjob_einrichten/OXID_eShop_Enterprise_Edition.html +++ b/docs/html/configuration/Konfiguration/Cronjob_einrichten/OXID_eShop_Enterprise_Edition.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Cronjob_einrichten/Zahlungseingaenge_bei_Heidelpay_erneut_abrufen.html b/docs/html/configuration/Konfiguration/Cronjob_einrichten/Zahlungseingaenge_bei_Heidelpay_erneut_abrufen.html index 5ea7ff99..3f1415bd 100644 --- a/docs/html/configuration/Konfiguration/Cronjob_einrichten/Zahlungseingaenge_bei_Heidelpay_erneut_abrufen.html +++ b/docs/html/configuration/Konfiguration/Cronjob_einrichten/Zahlungseingaenge_bei_Heidelpay_erneut_abrufen.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Infos_fuer_Entwickler.html b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Infos_fuer_Entwickler.html index 5627a4d2..cd944b67 100644 --- a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Infos_fuer_Entwickler.html +++ b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Infos_fuer_Entwickler.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html index ff157388..399e9ebc 100644 --- a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html +++ b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_hat_sich_im_Bestellprozess_geaendert.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_ist_noch_zu_beachten.html b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_ist_noch_zu_beachten.html index 50d665e8..4640a3e1 100644 --- a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_ist_noch_zu_beachten.html +++ b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_ist_noch_zu_beachten.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_macht_der_Cronjob.html b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_macht_der_Cronjob.html index 2847f78a..b6bd009b 100644 --- a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_macht_der_Cronjob.html +++ b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_macht_der_Cronjob.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_passiert_bei_einem_Refund.html b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_passiert_bei_einem_Refund.html index a06f1096..6828cf37 100644 --- a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_passiert_bei_einem_Refund.html +++ b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Was_passiert_bei_einem_Refund.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Wie_ist_der_Cronjob_einzurichten.html b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Wie_ist_der_Cronjob_einzurichten.html index 28d37a2a..d7e42654 100644 --- a/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Wie_ist_der_Cronjob_einzurichten.html +++ b/docs/html/configuration/Konfiguration/Informationen_und_Anleitung_von_iDeal_und_Przelewy24/Wie_ist_der_Cronjob_einzurichten.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html b/docs/html/configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html index 91d45137..0419a3b1 100644 --- a/docs/html/configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html +++ b/docs/html/configuration/Konfiguration/Konfiguration_der_Zahlungsarten.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/Zahlungsinformationen_fuer_Rechnungskauf_und_Vorkasse_anzeigen_lassen.html b/docs/html/configuration/Konfiguration/Zahlungsinformationen_fuer_Rechnungskauf_und_Vorkasse_anzeigen_lassen.html index e3e96096..8f3e9cc4 100644 --- a/docs/html/configuration/Konfiguration/Zahlungsinformationen_fuer_Rechnungskauf_und_Vorkasse_anzeigen_lassen.html +++ b/docs/html/configuration/Konfiguration/Zahlungsinformationen_fuer_Rechnungskauf_und_Vorkasse_anzeigen_lassen.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Konfiguration/automatische_Vorkasse_und_Rechnungskauf.html b/docs/html/configuration/Konfiguration/automatische_Vorkasse_und_Rechnungskauf.html index b528b472..92a9657f 100644 --- a/docs/html/configuration/Konfiguration/automatische_Vorkasse_und_Rechnungskauf.html +++ b/docs/html/configuration/Konfiguration/automatische_Vorkasse_und_Rechnungskauf.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channeleinstellungen.html b/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channeleinstellungen.html index 7248ad9f..1ff22986 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channeleinstellungen.html +++ b/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channeleinstellungen.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channelzuordnungen.html b/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channelzuordnungen.html index 7056cea3..92152b72 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channelzuordnungen.html +++ b/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Channelzuordnungen.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html b/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html index e059bcc1..675bd2d6 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html +++ b/docs/html/configuration/Schnittstellenwechsel/Konfiguration/Schluesselpaar_eintragen.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Nacharbeiten.html b/docs/html/configuration/Schnittstellenwechsel/Nacharbeiten.html index e6aeea09..c5765411 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Nacharbeiten.html +++ b/docs/html/configuration/Schnittstellenwechsel/Nacharbeiten.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Start.html b/docs/html/configuration/Schnittstellenwechsel/Start.html index 4a4a74fc..a6822e4a 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Start.html +++ b/docs/html/configuration/Schnittstellenwechsel/Start.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Schluesselpaare_finden.html b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Schluesselpaare_finden.html index a3f9b12a..b9b379bd 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Schluesselpaare_finden.html +++ b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Schluesselpaare_finden.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Sicherung.html b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Sicherung.html index 9214b4e7..37a634b0 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Sicherung.html +++ b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Sicherung.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Unzer_Insights.html b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Unzer_Insights.html index bd3cb46f..757c5126 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Unzer_Insights.html +++ b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Unzer_Insights.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Zahlarten.html b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Zahlarten.html index 2386656d..7c47aa6a 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Zahlarten.html +++ b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/Zahlarten.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html index 6a9290d3..6217cd11 100644 --- a/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html +++ b/docs/html/configuration/Schnittstellenwechsel/Vorbereitung/was_wird_benoetigt.html @@ -91,7 +91,7 @@
diff --git a/docs/html/configuration/index.html b/docs/html/configuration/index.html index b2a56eaf..e273e46e 100644 --- a/docs/html/configuration/index.html +++ b/docs/html/configuration/index.html @@ -91,7 +91,7 @@
diff --git a/docs/html/description/Beschreibung.html b/docs/html/description/Beschreibung.html index 489c20c2..6e464cc2 100644 --- a/docs/html/description/Beschreibung.html +++ b/docs/html/description/Beschreibung.html @@ -91,7 +91,7 @@
diff --git a/docs/html/description/Editionsunterschiede.html b/docs/html/description/Editionsunterschiede.html index f2202f75..4069678a 100644 --- a/docs/html/description/Editionsunterschiede.html +++ b/docs/html/description/Editionsunterschiede.html @@ -91,7 +91,7 @@
diff --git a/docs/html/index.html b/docs/html/index.html index f31beeb7..28a29c06 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -48,7 +48,7 @@
-
Autor: D³ Data Development
Stand: 18.07.2022
+
Autor: D³ Data Development
Stand: 18.08.2022
Version wechseln: