From 8ddf17764f8873e9e68b53d126abb180130ab228 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 13 Jun 2023 13:37:05 +0200 Subject: [PATCH] add 6.2.7.0 (ionCube for PHP 7.1 to 7.4) --- docs/daux/changelog/010_Changelog.md | 4 + docs/daux/config.json | 4 +- docs/html/changelog/Changelog.html | 9 +- .../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 +- src/.php-cs-fixer.php | 32 +- src/Controllers/Admin/AdminList.php | 46 +- src/Controllers/Admin/Base.php | 26 +- src/Controllers/Admin/Channels/AdminList.php | 264 +-- src/Controllers/Admin/Channels/Base.php | 30 +- src/Controllers/Admin/Channels/Main.php | 439 ++-- src/Controllers/Admin/Channels/Payments.php | 308 +-- src/Controllers/Admin/Log.php | 49 +- src/Controllers/Admin/LogList.php | 36 +- src/Controllers/Admin/Order/Heidelpay.php | 754 +++---- src/Controllers/Admin/Settings.php | 390 ++-- src/Controllers/Admin/Support.php | 30 +- src/Controllers/Admin/TransactionlogList.php | 285 +-- src/Controllers/ChannelProvider.php | 113 +- src/Controllers/MGWUserInputValidator.php | 115 +- src/Controllers/MgwOrder.php | 588 ++--- src/Controllers/MgwResourceHandler.php | 369 ++-- src/Controllers/ModuleProvider.php | 416 ++-- src/Controllers/Notify.php | 446 ++-- src/Controllers/Order.php | 1172 +++++----- src/Controllers/OxidProvider.php | 90 +- src/Controllers/Payment.php | 148 +- src/Controllers/PaymentCollector.php | 669 +++--- src/Controllers/PaymentGateway.php | 548 ++--- src/Controllers/Response.php | 1716 +++++++-------- src/Interfaces/Config/ConstantInterface.php | 56 +- .../Criterion/ContainerInterface.php | 24 +- src/Interfaces/Parameter/GroupInterface.php | 22 +- src/Models/Actions/Action.php | 57 +- src/Models/Actions/Capture.php | 40 +- src/Models/Actions/Debit.php | 40 +- src/Models/Actions/Finalize.php | 40 +- src/Models/Actions/Preauthorization.php | 40 +- src/Models/Actions/Rebill.php | 46 +- src/Models/Actions/Refund.php | 50 +- src/Models/Actions/Reversal.php | 42 +- src/Models/Bankaccount.php | 557 ++--- src/Models/Communicator.php | 391 ++-- src/Models/Configuration/ModProfile.php | 30 +- src/Models/Containers/Criterions.php | 50 +- .../Containers/Criterions/Easycredit.php | 40 +- src/Models/Containers/InputContainer.php | 31 +- src/Models/Containers/Parameter.php | 883 ++++---- src/Models/Containers/PrepaymentData.php | 178 +- src/Models/Containers/Skeleton.php | 89 +- src/Models/Factory.php | 1187 +++++----- .../MgwCustomerAttributeFormatter.php | 212 +- src/Models/Formatters/abstractFormatter.php | 112 +- src/Models/Generators/Basket.php | 628 +++--- src/Models/Generators/Body.php | 62 +- src/Models/Generators/MGWBasket.php | 622 +++--- .../hostDecoratorsInterface.php | 24 +- .../Hostdecorators/hostDecoratorsRegistry.php | 75 +- .../Hostdecorators/removePortFromHost.php | 56 +- src/Models/MGWDebugHandler.php | 134 +- src/Models/Mail.php | 104 +- src/Models/Ngw.php | 350 +-- src/Models/Parameter/Criterion.php | 26 +- src/Models/Parameter/Dynvalues.php | 76 +- src/Models/Parameter/Group/AccountData.php | 108 +- src/Models/Parameter/Group/CompanyData.php | 207 +- src/Models/Parameter/Group/CustomerData.php | 122 +- src/Models/Parameter/Group/FrontendData.php | 80 +- src/Models/Parameter/Group/MandatoryData.php | 177 +- .../Parameter/Group/RiskInformationData.php | 57 +- src/Models/Parameter/StoredData.php | 74 +- src/Models/Payment/Btobbillpurchase.php | 346 +-- src/Models/Payment/Cards.php | 66 +- src/Models/Payment/Creditcard.php | 66 +- src/Models/Payment/Debitcard.php | 74 +- src/Models/Payment/Directdebit.php | 67 +- src/Models/Payment/Directdebit/Secured.php | 88 +- src/Models/Payment/Easycredit.php | 88 +- src/Models/Payment/Eps.php | 66 +- ...ymentNotReferencedToHeidelpayException.php | 48 +- .../UnknownRedirectParameterException.php | 46 +- src/Models/Payment/FlexiPayDirect.php | 64 +- src/Models/Payment/Giropay.php | 65 +- src/Models/Payment/Ideal.php | 66 +- src/Models/Payment/Invoice/Secured.php | 100 +- src/Models/Payment/Invoice/Unsecured.php | 65 +- src/Models/Payment/Masterpass.php | 78 +- src/Models/Payment/Payment.php | 190 +- src/Models/Payment/Paypal.php | 64 +- src/Models/Payment/Postfinance.php | 66 +- src/Models/Payment/Prepayment.php | 70 +- src/Models/Payment/Przelewy24.php | 78 +- src/Models/Payment/Sofortueberweisung.php | 66 +- src/Models/Redirect.php | 68 +- src/Models/Request.php | 102 +- .../InvalidHeidelpayDataException.php | 48 +- .../Exception/InvalidTagNameException.php | 48 +- .../Request/Exception/NoBasketException.php | 42 +- .../Request/Exception/NoOrderException.php | 42 +- .../Exception/NoPaymentMethodException.php | 41 +- .../Exception/NoPaymentOptionException.php | 40 +- .../Exception/NoTransactionUniqueId.php | 42 +- ...eidelpayOnlinetransferPaymentException.php | 48 +- .../Request/Pattern/BankAccountCheck.php | 32 +- src/Models/Request/Pattern/Creditcard.php | 32 +- src/Models/Request/Pattern/Debitcard.php | 26 +- src/Models/Request/Pattern/Directdebit.php | 26 +- src/Models/Request/Pattern/Hip.php | 32 +- src/Models/Request/Pattern/Onlinetransfer.php | 34 +- .../Request/Pattern/OnlinetransferCheck.php | 42 +- src/Models/Request/Pattern/Pattern.php | 24 +- src/Models/Request/Pattern/Prepayment.php | 32 +- src/Models/Request/Xml.php | 1357 ++++++------ src/Models/Response.php | 179 +- src/Models/Response/Parser.php | 297 +-- .../Settings/Channels/BToBBillPurchase.php | 28 +- src/Models/Settings/Channels/CardPayments.php | 39 +- src/Models/Settings/Channels/Cards.php | 38 +- src/Models/Settings/Channels/Channels.php | 267 +-- src/Models/Settings/Channels/CreditCard.php | 38 +- src/Models/Settings/Channels/DebitCard.php | 40 +- .../Settings/Channels/Directdebit/Secured.php | 36 +- .../Channels/Directdebit/Unsecured.php | 28 +- src/Models/Settings/Channels/EasyCredit.php | 41 +- src/Models/Settings/Channels/Eps.php | 28 +- .../Settings/Channels/FlexiPayDirect.php | 28 +- src/Models/Settings/Channels/Giropay.php | 28 +- src/Models/Settings/Channels/Ideal.php | 55 +- .../Settings/Channels/Invoice/Secured.php | 41 +- .../Settings/Channels/Invoice/Unsecured.php | 28 +- src/Models/Settings/Channels/Masterpass.php | 37 +- .../Settings/Channels/OnlineTransfer.php | 25 +- src/Models/Settings/Channels/Paypal.php | 36 +- src/Models/Settings/Channels/Postfinance.php | 28 +- src/Models/Settings/Channels/Prepayment.php | 26 +- src/Models/Settings/Channels/Przelewy24.php | 54 +- src/Models/Settings/Channels/Sofort.php | 28 +- .../Exception/EmptyPasswordException.php | 40 +- .../EmptySecuritySenderException.php | 40 +- .../Exception/EmptyUsernameException.php | 40 +- src/Models/Settings/Heidelpay.php | 394 ++-- .../Transactionlog/Reader/Heidelpay.php | 609 +++--- src/Models/Transactionlog/Reader/Mgw.php | 212 +- .../Exception/AgbNotAcceptedException.php | 26 +- .../CheckSessionChallengeException.php | 27 +- ...ustomerinformationNotAcceptedException.php | 28 +- .../Verify/Exception/NotLoggedInException.php | 26 +- .../Verify/Exception/UnzerApiException.php | 26 +- src/Models/Verify/Input.php | 170 +- src/Models/Verify/OrderContext.php | 115 +- src/Models/Verify/PaymentSuccess.php | 38 +- src/Models/Verify/PreInputValidator.php | 56 +- src/Models/Verify/Verify.php | 35 +- src/Models/Viewconfig.php | 541 ++--- src/Setup/InstallRoutine.php | 16 +- src/metadata.php | 2 +- src/translations/de/d3_heidelpay_lang.php | 4 +- src/translations/en/d3_heidelpay_lang.php | 2 + tests/unittests/MC_Metrics.php | 512 ++--- tests/unittests/additional.inc.php | 36 +- tests/unittests/bootstrap.php | 62 +- tests/unittests/libs/d3heidelpayTestCase.php | 159 +- tests/unittests/unit/OxidCommand.php | 70 +- tests/unittests/unit/OxidTestCase.php | 737 +++---- .../unittests/unit/criticalerrorshandler.php | 83 +- tests/unittests/unit/dbMaintenance.php | 262 +-- .../controllers/admin/order/heidelpayTest.php | 362 ++-- .../controllers/admin/settingsTest.php | 67 +- .../d3/d3heidelpay/controllers/orderTest.php | 546 ++--- .../controllers/paymentgatewayTest.php | 1000 ++++----- .../d3heidelpay/models/communicatorTest.php | 165 +- .../models/containers/parameterTest.php | 90 +- .../models/containers/skeletonTest.php | 90 +- .../d3heidelpay/models/d3_hp_responseTest.php | 1111 +++++----- .../models/d3hpprepaymentdataTest.php | 316 +-- .../d3/d3heidelpay/models/factoryTest.php | 465 ++-- .../models/generators/basketTest.php | 358 ++-- .../models/generators/bodyTest.php | 82 +- ...tnotreferencedtoheidelpayexceptionTest.php | 67 +- .../models/payment/paymentTest.php | 222 +- .../invalidheidelpaydataexceptionTest.php | 68 +- .../exception/invalidtagnameexceptionTest.php | 68 +- .../exception/nobasketexceptionTest.php | 64 +- .../exception/noorderexceptionTest.php | 64 +- .../nopaymentmethodexceptionTest.php | 64 +- .../nopaymentoptionexceptionTest.php | 64 +- .../exception/notransactionuniqueidTest.php | 66 +- ...lpayonlinetransferpaymentexceptionTest.php | 68 +- .../models/request/pattern/patternTest.php | 74 +- .../d3/d3heidelpay/models/request/xmlTest.php | 1901 +++++++++-------- .../d3/d3heidelpay/models/requestTest.php | 297 +-- .../models/response/parserTest.php | 327 ++- .../d3/d3heidelpay/models/responseTest.php | 117 +- .../exception/emptypasswordexceptionTest.php | 64 +- .../emptysecuritysenderexceptionTest.php | 64 +- .../exception/emptyusernameexceptionTest.php | 62 +- .../models/settings/heidelpayTest.php | 536 ++--- .../transactionlog/reader/heidelpayTest.php | 367 ++-- .../reader/testdata/PostData.php | 67 +- .../reader/testdata/xmlInPostData.php | 86 +- .../d3heidelpay/models/verify/inputTest.php | 132 +- .../models/verify/ordercontextTest.php | 212 +- .../models/verify/paymentsuccessTest.php | 68 +- .../d3/d3heidelpay/models/viewconfigTest.php | 736 ++++--- .../controllers/d3_order_heidelpayTest.php | 1406 ++++++------ .../controllers/d3_payment_heidelpayTest.php | 478 ++--- .../modules/core/d3_oxemail_heidelpayTest.php | 197 +- .../models/d3_d3counter_heidelpayTest.php | 120 +- .../d3_oxinputvalidator_heidelpayTest.php | 144 +- .../models/d3_oxorder_heidelpayTest.php | 556 ++--- .../d3_oxpaymentgateway_heidelpayTest.php | 1148 +++++----- tests/unittests/unit/oxPrinter.php | 207 +- tests/unittests/unit/test_config.inc.php | 160 +- tests/unittests/unit/test_utils.php | 1334 ++++++------ 276 files changed, 21367 insertions(+), 21315 deletions(-) diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 115a0ee3..1c8e3b5a 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.2...rel_6.x_mgw) +## [6.2.7.0](https://git.d3data.de/D3Private/Unzer/compare/6.2.6.2...6.2.7.0) - 2023-06-13 +### Changed +- bei gelöschten Unzer Bestellungen werden keine Zahlungsdaten abgefragt + ## [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 diff --git a/docs/daux/config.json b/docs/daux/config.json index 81237341..bb758be1 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " unzer", - "moduleversion": "6.2.6.2", + "moduleversion": "6.2.7.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "18.08.2022", + "moduledate": "13.06.2023", "editors": "", "tagline": "", "image": "", diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index 714ce117..d04b7bd1 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -91,7 +91,7 @@
@@ -99,6 +99,11 @@

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

Unreleased

+

6.2.7.0 - 2023-06-13

+

Changed

+

6.2.6.2 - 2022-07-18

Fixed

6.2.6.1 - 2022-07-18

-

Changed

+

Changed

diff --git a/docs/html/changelog/Channel_Rekonfiguration.html b/docs/html/changelog/Channel_Rekonfiguration.html index c267b853..85735b19 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 738c1c80..4fe6b0c8 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 75c003fd..a9f5c2f5 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 7daf1b1f..14352633 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 eb08a876..dfebfec2 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 3f1415bd..fdd7273d 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 cd944b67..9fac725c 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 399e9ebc..09bf6683 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 4640a3e1..ea40bd0b 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 b6bd009b..0e77278a 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 6828cf37..5e59a9d9 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 d7e42654..7dda00f8 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 0419a3b1..c0af4d0e 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 8f3e9cc4..b1af9572 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 92a9657f..8c121b2e 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 1ff22986..bb289482 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 92152b72..ffa71fcd 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 675bd2d6..046cd364 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 c5765411..65e0f265 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 a6822e4a..41fb1f49 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 b9b379bd..3c468b31 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 37a634b0..2e4e701e 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 757c5126..3e741945 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 7c47aa6a..96e762c0 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 6217cd11..85c0e430 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 e273e46e..354239cd 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 6e464cc2..0a152ab0 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 4069678a..c848f1f7 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 28a29c06..3f72f135 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -48,7 +48,7 @@
-
Autor: D³ Data Development
Stand: 18.08.2022
+
Autor: D³ Data Development
Stand: 13.06.2023
Version wechseln: