From 0c7f295865f6bc3468bb24768cc3be73e3868634 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 12 Jul 2021 14:48:14 +0200 Subject: [PATCH] add 6.2.3.0 (ionCube for PHP 7.0) --- composer.json | 4 +- docs/daux/changelog/010_Changelog.md | 7 + docs/daux/config.json | 4 +- docs/html/changelog/Changelog.html | 10 +- .../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 +- 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 | 2 +- src/Controllers/Admin/AdminList.php | 64 +- src/Controllers/Admin/Base.php | 42 +- src/Controllers/Admin/Channels/AdminList.php | 257 ++- src/Controllers/Admin/Channels/Base.php | 46 +- src/Controllers/Admin/Channels/Main.php | 394 ++--- src/Controllers/Admin/Channels/Payments.php | 300 ++-- src/Controllers/Admin/Log.php | 66 +- src/Controllers/Admin/LogList.php | 56 +- src/Controllers/Admin/Order/Heidelpay.php | 663 ++++--- src/Controllers/Admin/Settings.php | 392 ++--- src/Controllers/Admin/Support.php | 48 +- src/Controllers/Admin/TransactionlogList.php | 274 +-- src/Controllers/ChannelProvider.php | 114 +- src/Controllers/MGWUserInputValidator.php | 116 +- src/Controllers/MgwOrder.php | 508 +++--- src/Controllers/MgwResourceHandler.php | 332 ++-- src/Controllers/ModuleProvider.php | 381 ++-- src/Controllers/Notify.php | 402 ++--- src/Controllers/Order.php | 1037 ++++++----- src/Controllers/OxidProvider.php | 88 +- src/Controllers/Payment.php | 141 +- src/Controllers/PaymentCollector.php | 604 +++---- src/Controllers/PaymentGateway.php | 527 +++--- src/Controllers/Response.php | 1537 ++++++++-------- src/Interfaces/Config/ConstantInterface.php | 61 +- .../Criterion/ContainerInterface.php | 32 +- src/Interfaces/Parameter/GroupInterface.php | 29 +- src/Models/Actions/Action.php | 62 +- src/Models/Actions/Capture.php | 58 +- src/Models/Actions/Debit.php | 56 +- src/Models/Actions/Finalize.php | 58 +- src/Models/Actions/Preauthorization.php | 58 +- src/Models/Actions/Rebill.php | 64 +- src/Models/Actions/Refund.php | 68 +- src/Models/Actions/Reversal.php | 61 +- src/Models/Bankaccount.php | 524 +++--- src/Models/Communicator.php | 347 ++-- src/Models/Configuration/ModProfile.php | 48 +- src/Models/Containers/Criterions.php | 54 +- .../Containers/Criterions/Easycredit.php | 58 +- src/Models/Containers/InputContainer.php | 37 +- src/Models/Containers/Parameter.php | 775 ++++---- src/Models/Containers/PrepaymentData.php | 170 +- src/Models/Containers/Skeleton.php | 86 +- src/Models/Factory.php | 1054 +++++------ .../MgwCustomerAttributeFormatter.php | 222 +-- src/Models/Formatters/abstractFormatter.php | 110 +- src/Models/Generators/Basket.php | 552 +++--- src/Models/Generators/Body.php | 64 +- src/Models/Generators/MGWBasket.php | 555 +++--- src/Models/MGWDebugHandler.php | 133 +- src/Models/Mail.php | 102 +- src/Models/Ngw.php | 290 +-- src/Models/Parameter/Criterion.php | 40 +- src/Models/Parameter/Dynvalues.php | 86 +- src/Models/Parameter/Group/AccountData.php | 121 +- src/Models/Parameter/Group/CompanyData.php | 209 +-- src/Models/Parameter/Group/CustomerData.php | 137 +- src/Models/Parameter/Group/FrontendData.php | 95 +- src/Models/Parameter/Group/MandatoryData.php | 188 +- .../Parameter/Group/RiskInformationData.php | 74 +- src/Models/Parameter/StoredData.php | 86 +- src/Models/Payment/Btobbillpurchase.php | 314 ++-- src/Models/Payment/Cards.php | 78 +- src/Models/Payment/Creditcard.php | 76 +- src/Models/Payment/Debitcard.php | 84 +- src/Models/Payment/Directdebit.php | 78 +- src/Models/Payment/Directdebit/Secured.php | 100 +- src/Models/Payment/Easycredit.php | 97 +- src/Models/Payment/Eps.php | 76 +- ...ymentNotReferencedToHeidelpayException.php | 68 +- .../UnknownRedirectParameterException.php | 66 +- src/Models/Payment/FlexiPayDirect.php | 76 +- src/Models/Payment/Giropay.php | 76 +- src/Models/Payment/Ideal.php | 77 +- src/Models/Payment/Invoice/Secured.php | 110 +- src/Models/Payment/Invoice/Unsecured.php | 78 +- src/Models/Payment/Masterpass.php | 90 +- src/Models/Payment/Payment.php | 177 +- src/Models/Payment/Paypal.php | 76 +- src/Models/Payment/Postfinance.php | 78 +- src/Models/Payment/Prepayment.php | 83 +- src/Models/Payment/Przelewy24.php | 86 +- src/Models/Payment/Sofortueberweisung.php | 78 +- src/Models/Redirect.php | 84 +- src/Models/Request.php | 108 +- .../InvalidHeidelpayDataException.php | 67 +- .../Exception/InvalidTagNameException.php | 66 +- .../Request/Exception/NoBasketException.php | 60 +- .../Request/Exception/NoOrderException.php | 60 +- .../Exception/NoPaymentMethodException.php | 60 +- .../Exception/NoPaymentOptionException.php | 60 +- .../Exception/NoTransactionUniqueId.php | 62 +- ...eidelpayOnlinetransferPaymentException.php | 68 +- .../Request/Pattern/BankAccountCheck.php | 50 +- src/Models/Request/Pattern/Creditcard.php | 50 +- src/Models/Request/Pattern/Debitcard.php | 43 +- src/Models/Request/Pattern/Directdebit.php | 44 +- src/Models/Request/Pattern/Hip.php | 48 +- src/Models/Request/Pattern/Onlinetransfer.php | 51 +- .../Request/Pattern/OnlinetransferCheck.php | 62 +- src/Models/Request/Pattern/Pattern.php | 32 +- src/Models/Request/Pattern/Prepayment.php | 50 +- src/Models/Request/Xml.php | 1110 ++++++------ src/Models/Response.php | 158 +- src/Models/Response/Parser.php | 272 +-- .../Settings/Channels/BToBBillPurchase.php | 46 +- src/Models/Settings/Channels/CardPayments.php | 56 +- src/Models/Settings/Channels/Cards.php | 54 +- src/Models/Settings/Channels/Channels.php | 247 +-- src/Models/Settings/Channels/CreditCard.php | 56 +- src/Models/Settings/Channels/DebitCard.php | 58 +- .../Settings/Channels/Directdebit/Secured.php | 54 +- .../Channels/Directdebit/Unsecured.php | 48 +- src/Models/Settings/Channels/EasyCredit.php | 58 +- src/Models/Settings/Channels/Eps.php | 44 +- .../Settings/Channels/FlexiPayDirect.php | 46 +- src/Models/Settings/Channels/Giropay.php | 46 +- src/Models/Settings/Channels/Ideal.php | 70 +- .../Settings/Channels/Invoice/Secured.php | 59 +- .../Settings/Channels/Invoice/Unsecured.php | 46 +- src/Models/Settings/Channels/Masterpass.php | 55 +- .../Settings/Channels/OnlineTransfer.php | 44 +- src/Models/Settings/Channels/Paypal.php | 54 +- src/Models/Settings/Channels/Postfinance.php | 46 +- src/Models/Settings/Channels/Prepayment.php | 44 +- src/Models/Settings/Channels/Przelewy24.php | 70 +- src/Models/Settings/Channels/Sofort.php | 46 +- .../Exception/EmptyPasswordException.php | 60 +- .../EmptySecuritySenderException.php | 60 +- .../Exception/EmptyUsernameException.php | 60 +- src/Models/Settings/Heidelpay.php | 375 ++-- .../Transactionlog/Reader/Heidelpay.php | 576 +++--- src/Models/Transactionlog/Reader/Mgw.php | 211 +-- .../Exception/AgbNotAcceptedException.php | 46 +- .../CheckSessionChallengeException.php | 46 +- ...ustomerinformationNotAcceptedException.php | 48 +- .../Exception/HeidelpayApiException.php | 24 - .../Verify/Exception/NotLoggedInException.php | 45 +- .../Verify/Exception/UnzerApiException.php | 24 + src/Models/Verify/Input.php | 178 +- src/Models/Verify/OrderContext.php | 134 +- src/Models/Verify/PaymentSuccess.php | 54 +- src/Models/Verify/PreInputValidator.php | 62 +- src/Models/Verify/Verify.php | 42 +- src/Models/Viewconfig.php | 506 +++--- .../Controller/OrderController.php | 10 +- .../Controller/PaymentController.php | 6 +- src/Modules/Application/Model/Order.php | 6 +- src/Setup/InstallRoutine.php | 16 +- src/metadata.php | 2 +- tests/unittests/MC_Metrics.php | 621 ++++--- tests/unittests/additional.inc.php | 56 +- tests/unittests/bootstrap.php | 100 +- tests/unittests/libs/d3heidelpayTestCase.php | 156 +- tests/unittests/libs/vfsStream/vfsStream.php | 298 ++-- .../vfsStream/vfsStreamAbstractContent.php | 222 +-- .../libs/vfsStream/vfsStreamContainer.php | 72 +- .../vfsStream/vfsStreamContainerIterator.php | 86 +- .../libs/vfsStream/vfsStreamContent.php | 118 +- .../libs/vfsStream/vfsStreamDirectory.php | 224 +-- .../libs/vfsStream/vfsStreamException.php | 28 +- .../libs/vfsStream/vfsStreamFile.php | 225 +-- .../libs/vfsStream/vfsStreamWrapper.php | 672 +++---- .../visitor/vfsStreamAbstractVisitor.php | 77 +- .../visitor/vfsStreamPrintVisitor.php | 112 +- .../visitor/vfsStreamStructureVisitor.php | 106 +- .../vfsStream/visitor/vfsStreamVisitor.php | 62 +- tests/unittests/unit/OxidCommand.php | 84 +- tests/unittests/unit/OxidTestCase.php | 660 ++++--- .../unittests/unit/criticalerrorshandler.php | 80 +- tests/unittests/unit/dbMaintenance.php | 247 +-- .../controllers/admin/order/heidelpayTest.php | 413 ++--- .../controllers/admin/settingsTest.php | 82 +- .../d3/d3heidelpay/controllers/orderTest.php | 459 +++-- .../controllers/paymentgatewayTest.php | 909 +++++----- .../d3heidelpay/models/communicatorTest.php | 156 +- .../models/containers/parameterTest.php | 102 +- .../models/containers/skeletonTest.php | 106 +- .../d3heidelpay/models/d3_hp_responseTest.php | 957 +++++----- .../models/d3hpprepaymentdataTest.php | 282 +-- .../d3/d3heidelpay/models/factoryTest.php | 418 ++--- .../models/generators/basketTest.php | 329 ++-- .../models/generators/bodyTest.php | 100 +- ...tnotreferencedtoheidelpayexceptionTest.php | 85 +- .../models/payment/paymentTest.php | 269 ++- .../invalidheidelpaydataexceptionTest.php | 83 +- .../exception/invalidtagnameexceptionTest.php | 83 +- .../exception/nobasketexceptionTest.php | 79 +- .../exception/noorderexceptionTest.php | 79 +- .../nopaymentmethodexceptionTest.php | 80 +- .../nopaymentoptionexceptionTest.php | 80 +- .../exception/notransactionuniqueidTest.php | 80 +- ...lpayonlinetransferpaymentexceptionTest.php | 85 +- .../models/request/pattern/patternTest.php | 89 +- .../d3/d3heidelpay/models/request/xmlTest.php | 1566 +++++++++-------- .../d3/d3heidelpay/models/requestTest.php | 238 +-- .../models/response/parserTest.php | 348 ++-- .../d3/d3heidelpay/models/responseTest.php | 130 +- .../exception/emptypasswordexceptionTest.php | 81 +- .../emptysecuritysenderexceptionTest.php | 82 +- .../exception/emptyusernameexceptionTest.php | 81 +- .../models/settings/heidelpayTest.php | 492 +++--- .../transactionlog/reader/heidelpayTest.php | 357 ++-- .../reader/testdata/PostData.php | 125 +- .../reader/testdata/xmlInPostData.php | 257 ++- .../d3heidelpay/models/verify/inputTest.php | 140 +- .../models/verify/ordercontextTest.php | 198 +-- .../models/verify/paymentsuccessTest.php | 80 +- .../d3/d3heidelpay/models/viewconfigTest.php | 656 +++---- .../controllers/d3_order_heidelpayTest.php | 1196 ++++++------- .../controllers/d3_payment_heidelpayTest.php | 430 ++--- .../modules/core/d3_oxemail_heidelpayTest.php | 190 +- .../models/d3_d3counter_heidelpayTest.php | 122 +- .../d3_oxinputvalidator_heidelpayTest.php | 160 +- .../models/d3_oxorder_heidelpayTest.php | 504 +++--- .../d3_oxpaymentgateway_heidelpayTest.php | 1002 +++++------ tests/unittests/unit/oxPrinter.php | 203 +-- tests/unittests/unit/test_config.inc.php | 236 +-- tests/unittests/unit/test_utils.php | 1254 ++++++------- 288 files changed, 21978 insertions(+), 21956 deletions(-) delete mode 100644 src/Models/Verify/Exception/HeidelpayApiException.php create mode 100644 src/Models/Verify/Exception/UnzerApiException.php diff --git a/composer.json b/composer.json index b8aca830..d87a8efc 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "require": { - "php": "5.6 - 7.0", "ext-ionCube-Loader": "*", + "php": "7.0 - 7.0", "ext-ionCube-Loader": "*", "lib-curl": ">=7.34.0", "lib-openssl": ">=1.0.1", "ext-curl": "*", @@ -46,7 +46,7 @@ "ext-json": "*", "oxid-esales/oxideshop-ce": "6.3 - 6.8", "d3/modcfg": "^5.3.6.000 || ^6", - "heidelpay/heidelpay-php": "<1.3" + "unzerdev/php-sdk": "~1.1.0" }, "replace": { "d3/heidelpay": "*" diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index c12d3bde..706058da 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -2,6 +2,13 @@ title: Changelog --- +## 6.2.3.0 - (2021-07-12) + +### changed +- Wechsel von HeidelpayPHP zu UnzerSDK + +--- + ## 6.2.2.1 - (2021-06-07) ### changed diff --git a/docs/daux/config.json b/docs/daux/config.json index 9c856c69..f856d5d9 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " unzer", - "moduleversion": "6.2.2.1", + "moduleversion": "6.2.3.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "07.06.2021", + "moduledate": "12.07.2021", "editors": "", "tagline": "", "image": "", diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index dd583843..862a0e1b 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -91,13 +91,19 @@
-

6.2.2.1 - (2021-06-07)

+

6.2.3.0 - (2021-07-12)

changed

+
+

6.2.2.1 - (2021-06-07)

+

changed

+

fixed

diff --git a/docs/html/changelog/Channel_Rekonfiguration.html b/docs/html/changelog/Channel_Rekonfiguration.html index f3ec5a16..edb7c592 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 07931c39..0f93e272 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 ae804b60..065d43e6 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 fd1ce5c6..951ec527 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 814adfa6..7c9aebcc 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 eab644a3..14ef4f97 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 84ce41f6..3a28297b 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 ee556644..e76821c2 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 c119c736..bd973a00 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 ebf89277..21f77cdb 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 b1868e5c..eec3c91b 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 e2fa97b4..aab8551e 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 2b2e1735..802d42a3 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 13a33018..204c47cf 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 efc8b9e1..901b0dd2 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 b5f0640e..6505475a 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 f7801fc6..4b87e809 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 a041a513..a2447b1e 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 b08fd4f9..8ded5e98 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 9f152a25..58ca9024 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 c6913f6e..9f377b3a 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 0ff0d49a..94c6bf83 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 b5461235..89bfc148 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 02718059..3dba3378 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 f6ffa9ad..9b87d08d 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 d370d997..3f2d007c 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 e05a434e..05fc9c92 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 af473c03..5ff525ee 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 49f8ded5..14768d7d 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -48,7 +48,7 @@
-
Autor: D³ Data Development
Stand: 07.06.2021
+
Autor: D³ Data Development
Stand: 12.07.2021
Version wechseln: