From 35b4317f84aa6d5da7033c7cc156d9ccb1464f0b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 31 Jul 2024 13:56:00 +0200 Subject: [PATCH] add 6.4.4.0 (ionCube for PHP 7.1 to 7.4) --- docs/daux/changelog/010_Changelog.md | 9 +- docs/daux/config.json | 4 +- docs/html/changelog/Changelog.html | 18 +- .../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 +- .../configuration/Konfiguration/Webhooks.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 | 263 +-- src/Controllers/Admin/Channels/Base.php | 30 +- src/Controllers/Admin/Channels/Main.php | 441 ++-- src/Controllers/Admin/Channels/Payments.php | 310 +-- src/Controllers/Admin/Log.php | 49 +- src/Controllers/Admin/LogList.php | 38 +- src/Controllers/Admin/Order/Heidelpay.php | 814 +++---- src/Controllers/Admin/Settings.php | 447 ++-- src/Controllers/Admin/Support.php | 30 +- src/Controllers/Admin/TransactionlogList.php | 286 +-- src/Controllers/ChannelProvider.php | 113 +- src/Controllers/MGWUserInputValidator.php | 116 +- src/Controllers/MgwOrder.php | 554 ++--- src/Controllers/MgwResourceHandler.php | 391 ++-- src/Controllers/ModuleProvider.php | 416 ++-- src/Controllers/Notify.php | 433 ++-- src/Controllers/Order.php | 1154 +++++----- src/Controllers/OxidProvider.php | 89 +- src/Controllers/Payment.php | 148 +- src/Controllers/PaymentCollector.php | 656 +++--- src/Controllers/PaymentGateway.php | 539 ++--- src/Controllers/Response.php | 1708 +++++++-------- src/Interfaces/Config/ConstantInterface.php | 55 +- .../Criterion/ContainerInterface.php | 24 +- src/Interfaces/Parameter/GroupInterface.php | 22 +- src/Models/Actions/Action.php | 56 +- 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 | 389 ++-- src/Models/Configuration/ModProfile.php | 30 +- src/Models/Constants.php | 20 +- src/Models/Containers/Criterions.php | 51 +- .../Containers/Criterions/Easycredit.php | 40 +- src/Models/Containers/InputContainer.php | 32 +- src/Models/Containers/Parameter.php | 886 ++++---- src/Models/Containers/PrepaymentData.php | 178 +- src/Models/Containers/Skeleton.php | 89 +- src/Models/Factory.php | 1180 +++++------ .../MgwCustomerAttributeFormatter.php | 212 +- src/Models/Formatters/abstractFormatter.php | 116 +- src/Models/Generators/Basket.php | 628 +++--- src/Models/Generators/Body.php | 62 +- src/Models/Generators/MGWBasket.php | 621 +++--- .../hostDecoratorsInterface.php | 24 +- .../Hostdecorators/hostDecoratorsRegistry.php | 75 +- .../Hostdecorators/removePortFromHost.php | 56 +- src/Models/MGWDebugHandler.php | 122 +- src/Models/Mail.php | 100 +- src/Models/Ngw.php | 339 ++- src/Models/Parameter/Criterion.php | 26 +- src/Models/Parameter/Dynvalues.php | 74 +- 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 | 348 +-- src/Models/Payment/Cards.php | 66 +- src/Models/Payment/Creditcard.php | 66 +- src/Models/Payment/Debitcard.php | 74 +- src/Models/Payment/Directdebit.php | 68 +- 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 | 66 +- 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 | 71 +- src/Models/Payment/Przelewy24.php | 78 +- src/Models/Payment/Sofortueberweisung.php | 65 +- src/Models/Redirect.php | 68 +- src/Models/Request.php | 100 +- .../InvalidHeidelpayDataException.php | 48 +- .../Exception/InvalidTagNameException.php | 48 +- .../Request/Exception/NoBasketException.php | 42 +- .../Request/Exception/NoOrderException.php | 42 +- .../Exception/NoPaymentMethodException.php | 41 +- .../Exception/NoPaymentOptionException.php | 42 +- .../Exception/NoTransactionUniqueId.php | 42 +- ...eidelpayOnlinetransferPaymentException.php | 48 +- .../Request/Pattern/BankAccountCheck.php | 32 +- src/Models/Request/Pattern/Creditcard.php | 33 +- 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 | 1358 ++++++------ src/Models/Response.php | 179 +- src/Models/Response/Parser.php | 296 +-- .../Settings/Channels/BToBBillPurchase.php | 28 +- src/Models/Settings/Channels/CardPayments.php | 38 +- src/Models/Settings/Channels/Cards.php | 38 +- src/Models/Settings/Channels/Channels.php | 266 +-- 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 | 42 +- src/Models/Settings/Channels/Eps.php | 28 +- .../Settings/Channels/FlexiPayDirect.php | 28 +- src/Models/Settings/Channels/Giropay.php | 27 +- src/Models/Settings/Channels/Ideal.php | 54 +- .../Settings/Channels/Invoice/Secured.php | 42 +- .../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 | 53 +- src/Models/Settings/Channels/Sofort.php | 28 +- .../Exception/EmptyPasswordException.php | 40 +- .../EmptySecuritySenderException.php | 41 +- .../Exception/EmptyUsernameException.php | 40 +- src/Models/Settings/Heidelpay.php | 389 ++-- .../Statushandlers/AbstractErrorHandler.php | 122 +- src/Models/Statushandlers/AbstractHandler.php | 85 +- .../Statushandlers/AbstractOkHandler.php | 124 +- .../Statushandlers/AbstractPendingHandler.php | 132 +- .../Statushandlers/HandlerInterface.php | 32 +- src/Models/Statushandlers/HandlerList.php | 78 +- .../Statushandlers/OnPaymentCanceled.php | 36 +- .../Statushandlers/OnPaymentChargeback.php | 73 +- .../Statushandlers/OnPaymentCompleted.php | 42 +- .../Statushandlers/OnPaymentPartlyPaid.php | 72 +- .../Statushandlers/OnPaymentPending.php | 35 +- src/Models/Statushandlers/OnPaymentReview.php | 35 +- .../Transactionlog/Reader/Heidelpay.php | 608 +++--- src/Models/Transactionlog/Reader/Mgw.php | 211 +- .../Exception/AgbNotAcceptedException.php | 28 +- .../CheckSessionChallengeException.php | 28 +- ...ustomerinformationNotAcceptedException.php | 28 +- .../Verify/Exception/NotLoggedInException.php | 26 +- .../Verify/Exception/UnzerApiException.php | 26 +- src/Models/Verify/Input.php | 170 +- src/Models/Verify/OrderContext.php | 116 +- src/Models/Verify/PaymentSuccess.php | 38 +- src/Models/Verify/PreInputValidator.php | 56 +- src/Models/Verify/Verify.php | 36 +- src/Models/Viewconfig.php | 562 ++--- src/Models/Webhooks/Handler.php | 140 +- src/Models/Webhooks/ResponseHandler.php | 80 +- .../Webhooks/UnauthorizedCallException.php | 28 +- .../Webhooks/UnhandledEventException.php | 36 +- .../Webhooks/WebhookExceptionInterface.php | 18 +- .../Controller/PaymentController.php | 40 +- src/Setup/CleanupRoutine.php | 4 +- src/Setup/InstallRoutine.php | 16 +- src/metadata.php | 2 +- tests/unittests/MC_Metrics.php | 512 ++--- tests/unittests/additional.inc.php | 36 +- tests/unittests/bootstrap.php | 61 +- tests/unittests/libs/d3heidelpayTestCase.php | 160 +- tests/unittests/unit/OxidCommand.php | 70 +- tests/unittests/unit/OxidTestCase.php | 738 ++++--- .../unittests/unit/criticalerrorshandler.php | 82 +- tests/unittests/unit/dbMaintenance.php | 262 +-- .../controllers/admin/order/heidelpayTest.php | 365 ++-- .../controllers/admin/settingsTest.php | 68 +- .../d3/d3heidelpay/controllers/orderTest.php | 545 ++--- .../controllers/paymentgatewayTest.php | 1001 +++++---- .../d3heidelpay/models/communicatorTest.php | 164 +- .../models/containers/parameterTest.php | 90 +- .../models/containers/skeletonTest.php | 96 +- .../d3heidelpay/models/d3_hp_responseTest.php | 1112 +++++----- .../models/d3hpprepaymentdataTest.php | 316 +-- .../d3/d3heidelpay/models/factoryTest.php | 465 ++-- .../models/generators/basketTest.php | 361 ++-- .../models/generators/bodyTest.php | 82 +- ...tnotreferencedtoheidelpayexceptionTest.php | 68 +- .../models/payment/paymentTest.php | 225 +- .../invalidheidelpaydataexceptionTest.php | 67 +- .../exception/invalidtagnameexceptionTest.php | 68 +- .../exception/nobasketexceptionTest.php | 64 +- .../exception/noorderexceptionTest.php | 64 +- .../nopaymentmethodexceptionTest.php | 64 +- .../nopaymentoptionexceptionTest.php | 64 +- .../exception/notransactionuniqueidTest.php | 65 +- ...lpayonlinetransferpaymentexceptionTest.php | 68 +- .../models/request/pattern/patternTest.php | 76 +- .../d3/d3heidelpay/models/request/xmlTest.php | 1884 +++++++++-------- .../d3/d3heidelpay/models/requestTest.php | 297 ++- .../models/response/parserTest.php | 330 +-- .../d3/d3heidelpay/models/responseTest.php | 117 +- .../exception/emptypasswordexceptionTest.php | 64 +- .../emptysecuritysenderexceptionTest.php | 64 +- .../exception/emptyusernameexceptionTest.php | 64 +- .../models/settings/heidelpayTest.php | 551 +++-- .../transactionlog/reader/heidelpayTest.php | 369 ++-- .../reader/testdata/PostData.php | 67 +- .../reader/testdata/xmlInPostData.php | 86 +- .../d3heidelpay/models/verify/inputTest.php | 128 +- .../models/verify/ordercontextTest.php | 214 +- .../models/verify/paymentsuccessTest.php | 70 +- .../d3/d3heidelpay/models/viewconfigTest.php | 735 ++++--- .../controllers/d3_order_heidelpayTest.php | 1405 ++++++------ .../controllers/d3_payment_heidelpayTest.php | 487 ++--- .../modules/core/d3_oxemail_heidelpayTest.php | 198 +- .../models/d3_d3counter_heidelpayTest.php | 120 +- .../d3_oxinputvalidator_heidelpayTest.php | 140 +- .../models/d3_oxorder_heidelpayTest.php | 560 ++--- .../d3_oxpaymentgateway_heidelpayTest.php | 1144 +++++----- tests/unittests/unit/oxPrinter.php | 208 +- tests/unittests/unit/test_config.inc.php | 160 +- tests/unittests/unit/test_utils.php | 1333 ++++++------ 295 files changed, 22013 insertions(+), 21977 deletions(-) diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index b9a15f4c..125af694 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -7,10 +7,15 @@ All notable changes to this project will be documented in this file. 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.4.3.1...rel_6.x_mgw) +## [Unreleased](https://git.d3data.de/D3Private/Unzer/compare/6.4.4.0...rel_6.x_mgw) + +## [6.4.4.0](https://git.d3data.de/D3Private/Unzer/compare/6.4.3.1...6.4.4.0) - 2024-07-31 +### Changed +- prüft auf nötiges Geburtsdatum nur, wenn dies im Kundenkonto nicht gesetzt ist +- Prüfung auf fehlende Methode im O3-Shop ## [6.4.3.1](https://git.d3data.de/D3Private/Unzer/compare/6.4.3.0...6.4.3.1) - 2024-05-07 -### fixed +### Fixed - Benutzereingaben werden auf Vollständigkeit geprüft ## [6.4.3.0](https://git.d3data.de/D3Private/Unzer/compare/6.4.2.2...6.4.3.0) - 2024-04-19 diff --git a/docs/daux/config.json b/docs/daux/config.json index 1be859b3..71855707 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " unzer", - "moduleversion": "6.4.3.1", + "moduleversion": "6.4.4.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "07.05.2024", + "moduledate": "31.07.2024", "editors": "", "tagline": "", "image": "", diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index 29376b1e..c9fa73ca 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -91,21 +91,27 @@

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

+

Unreleased

+

6.4.4.0 - 2024-07-31

+

Changed

+

6.4.3.1 - 2024-05-07

-

fixed

+

Fixed

6.4.3.0 - 2024-04-19

-

Fixed

+

Fixed

@@ -113,7 +119,7 @@ and this project adheres to
  • Transactioninformation werden an die Bestellung geschrieben
  • -

    Changed

    +

    Changed

    • (von Unzer) unbehandelte Abbruchbestellungen werden storniert und gelöscht
    @@ -457,7 +463,7 @@ and this project adheres to

    6.1.0.1 - (2019-10-07)

    -

    fixed

    +

    fixed

    0009155: 6.1.0.0: Too few arguments to function D3\Heidelpay\Controllers\Admin\Order\Heidelpay::isBasicLicence()
    0000000: 6.1.0.0: incorrect redirect to mydomain.tld/modules/d3/heidelpay/public/redirect -> should be redirect to payment/start page


    diff --git a/docs/html/changelog/Channel_Rekonfiguration.html b/docs/html/changelog/Channel_Rekonfiguration.html index 43b2b7ec..23a4c89c 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 c5f4a38d..575b3a88 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 5d5c3e0d..94290902 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 050dd70b..993feb52 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 08d1c232..061cb7a8 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 081a5214..c60f97a0 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 90935b08..c21c62df 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 43d26723..b33e0900 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 70d19c78..4d8b5a22 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 d6940954..1ab5b596 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 929e6c28..fddeef31 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 d744d907..c44cb685 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 7c8fb030..04e8ac30 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/Webhooks.html b/docs/html/configuration/Konfiguration/Webhooks.html index 91ad4fb0..7d41a848 100644 --- a/docs/html/configuration/Konfiguration/Webhooks.html +++ b/docs/html/configuration/Konfiguration/Webhooks.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 155da05d..d6ea98d5 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 c9dc5889..b8b3213c 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 b358ced4..8bf1a466 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 4a33764d..b9dc0ac2 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 34c52d24..2385fe8b 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 e382208b..f0abb31a 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 8e2bbb5f..559025b7 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 6f7f52c6..8f6845fb 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 36d4edb3..4aba14d9 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 7bbf2168..f03f74ea 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 280cf860..f884ba9e 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 c03f953d..d89a9f0c 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 9ed05f47..decbbec5 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 9e97bd0b..0a797de0 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 1ac4257a..45feef7e 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 76bb5aec..0f687984 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -48,7 +48,7 @@
    -
    Autor: D³ Data Development
    Stand: 07.05.2024
    +
    Autor: D³ Data Development
    Stand: 31.07.2024
    Version wechseln: