From fc98678917240020fe1f6d97d71c8bf0d4ed7039 Mon Sep 17 00:00:00 2001 From: Daniel Stein Date: Tue, 18 May 2021 10:05:19 +0200 Subject: [PATCH] add 6.2.2.0 (ionCube for PHP 7.1 - 7.4) --- composer.json | 4 +- docs/daux/changelog/010_Changelog.md | 8 + docs/daux/config.json | 4 +- .../010_Systemanforderungen.md | 4 +- docs/html/changelog/Changelog.html | 13 +- .../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 +- 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 | 6 +- .../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 +- 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 | 440 ++-- src/Controllers/Admin/Channels/Payments.php | 311 ++- src/Controllers/Admin/Log.php | 48 +- src/Controllers/Admin/LogList.php | 36 +- src/Controllers/Admin/Order/Heidelpay.php | 746 +++---- src/Controllers/Admin/Settings.php | 391 ++-- src/Controllers/Admin/Support.php | 30 +- src/Controllers/Admin/TransactionlogList.php | 286 +-- src/Controllers/ChannelProvider.php | 114 +- src/Controllers/MGWUserInputValidator.php | 116 +- src/Controllers/MgwOrder.php | 576 ++--- src/Controllers/MgwResourceHandler.php | 369 ++-- src/Controllers/ModuleProvider.php | 412 ++-- src/Controllers/Notify.php | 448 ++-- src/Controllers/Order.php | 1172 +++++----- src/Controllers/OxidProvider.php | 89 +- src/Controllers/Payment.php | 148 +- src/Controllers/PaymentCollector.php | 670 +++--- src/Controllers/PaymentGateway.php | 549 ++--- src/Controllers/Response.php | 1699 +++++++-------- src/Interfaces/Config/ConstantInterface.php | 56 +- .../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 | 558 ++--- src/Models/Communicator.php | 394 ++-- src/Models/Configuration/ModProfile.php | 30 +- src/Models/Containers/Criterions.php | 50 +- .../Containers/Criterions/Easycredit.php | 40 +- src/Models/Containers/InputContainer.php | 32 +- src/Models/Containers/Parameter.php | 874 ++++---- src/Models/Containers/PrepaymentData.php | 178 +- src/Models/Containers/Skeleton.php | 90 +- src/Models/Factory.php | 1188 +++++------ .../MgwCustomerAttributeFormatter.php | 213 +- src/Models/Formatters/abstractFormatter.php | 112 +- src/Models/Generators/Basket.php | 628 +++--- src/Models/Generators/Body.php | 62 +- src/Models/Generators/MGWBasket.php | 623 +++--- src/Models/MGWDebugHandler.php | 134 +- src/Models/Mail.php | 104 +- src/Models/Ngw.php | 352 +-- 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 | 208 +- src/Models/Parameter/Group/CustomerData.php | 122 +- src/Models/Parameter/Group/FrontendData.php | 80 +- src/Models/Parameter/Group/MandatoryData.php | 178 +- .../Parameter/Group/RiskInformationData.php | 56 +- src/Models/Parameter/StoredData.php | 74 +- src/Models/Payment/Btobbillpurchase.php | 347 +-- 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 | 64 +- ...ymentNotReferencedToHeidelpayException.php | 48 +- .../UnknownRedirectParameterException.php | 46 +- src/Models/Payment/FlexiPayDirect.php | 64 +- src/Models/Payment/Giropay.php | 64 +- 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 | 72 +- src/Models/Payment/Przelewy24.php | 76 +- 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 | 42 +- .../Exception/NoPaymentOptionException.php | 41 +- .../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 | 24 +- 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 | 25 +- src/Models/Request/Pattern/Prepayment.php | 32 +- src/Models/Request/Xml.php | 1349 ++++++------ src/Models/Response.php | 179 +- src/Models/Response/Parser.php | 297 ++- .../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 | 268 +-- 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 | 27 +- .../Settings/Channels/FlexiPayDirect.php | 28 +- src/Models/Settings/Channels/Giropay.php | 28 +- 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 | 38 +- .../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 | 41 +- .../Exception/EmptyUsernameException.php | 40 +- src/Models/Settings/Heidelpay.php | 386 ++-- .../Transactionlog/Reader/Heidelpay.php | 612 +++--- src/Models/Transactionlog/Reader/Mgw.php | 211 +- .../Exception/AgbNotAcceptedException.php | 26 +- .../CheckSessionChallengeException.php | 26 +- ...ustomerinformationNotAcceptedException.php | 28 +- .../Exception/HeidelpayApiException.php | 26 +- .../Verify/Exception/NotLoggedInException.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 | 57 +- src/Models/Verify/Verify.php | 35 +- src/Models/Viewconfig.php | 546 ++--- src/Setup/InstallRoutine.php | 16 +- src/metadata.php | 2 +- tests/unittests/MC_Metrics.php | 511 ++--- tests/unittests/additional.inc.php | 36 +- tests/unittests/bootstrap.php | 60 +- tests/unittests/libs/d3heidelpayTestCase.php | 158 +- tests/unittests/libs/vfsStream/vfsStream.php | 317 ++- .../vfsStream/vfsStreamAbstractContent.php | 226 +- .../libs/vfsStream/vfsStreamContainer.php | 58 +- .../vfsStream/vfsStreamContainerIterator.php | 78 +- .../libs/vfsStream/vfsStreamContent.php | 112 +- .../libs/vfsStream/vfsStreamDirectory.php | 208 +- .../libs/vfsStream/vfsStreamException.php | 26 +- .../libs/vfsStream/vfsStreamFile.php | 240 +-- .../libs/vfsStream/vfsStreamWrapper.php | 780 +++---- .../visitor/vfsStreamAbstractVisitor.php | 59 +- .../visitor/vfsStreamPrintVisitor.php | 100 +- .../visitor/vfsStreamStructureVisitor.php | 93 +- .../vfsStream/visitor/vfsStreamVisitor.php | 48 +- tests/unittests/unit/OxidCommand.php | 70 +- tests/unittests/unit/OxidTestCase.php | 739 +++---- .../unittests/unit/criticalerrorshandler.php | 82 +- tests/unittests/unit/dbMaintenance.php | 262 +-- .../controllers/admin/order/heidelpayTest.php | 368 ++-- .../controllers/admin/settingsTest.php | 68 +- .../d3/d3heidelpay/controllers/orderTest.php | 545 ++--- .../controllers/paymentgatewayTest.php | 981 +++++---- .../d3heidelpay/models/communicatorTest.php | 164 +- .../models/containers/parameterTest.php | 90 +- .../models/containers/skeletonTest.php | 90 +- .../d3heidelpay/models/d3_hp_responseTest.php | 1109 +++++----- .../models/d3hpprepaymentdataTest.php | 318 +-- .../d3/d3heidelpay/models/factoryTest.php | 471 ++-- .../models/generators/basketTest.php | 358 ++-- .../models/generators/bodyTest.php | 82 +- ...tnotreferencedtoheidelpayexceptionTest.php | 68 +- .../models/payment/paymentTest.php | 236 +- .../invalidheidelpaydataexceptionTest.php | 66 +- .../exception/invalidtagnameexceptionTest.php | 68 +- .../exception/nobasketexceptionTest.php | 66 +- .../exception/noorderexceptionTest.php | 64 +- .../nopaymentmethodexceptionTest.php | 64 +- .../nopaymentoptionexceptionTest.php | 64 +- .../exception/notransactionuniqueidTest.php | 65 +- ...lpayonlinetransferpaymentexceptionTest.php | 68 +- .../models/request/pattern/patternTest.php | 75 +- .../d3/d3heidelpay/models/request/xmlTest.php | 1891 ++++++++--------- .../d3/d3heidelpay/models/requestTest.php | 296 +-- .../models/response/parserTest.php | 330 +-- .../d3/d3heidelpay/models/responseTest.php | 118 +- .../exception/emptypasswordexceptionTest.php | 65 +- .../emptysecuritysenderexceptionTest.php | 64 +- .../exception/emptyusernameexceptionTest.php | 64 +- .../models/settings/heidelpayTest.php | 543 +++-- .../transactionlog/reader/heidelpayTest.php | 364 ++-- .../reader/testdata/PostData.php | 68 +- .../reader/testdata/xmlInPostData.php | 86 +- .../d3heidelpay/models/verify/inputTest.php | 130 +- .../models/verify/ordercontextTest.php | 210 +- .../models/verify/paymentsuccessTest.php | 66 +- .../d3/d3heidelpay/models/viewconfigTest.php | 735 +++---- .../controllers/d3_order_heidelpayTest.php | 1398 ++++++------ .../controllers/d3_payment_heidelpayTest.php | 478 ++--- .../modules/core/d3_oxemail_heidelpayTest.php | 196 +- .../models/d3_d3counter_heidelpayTest.php | 120 +- .../d3_oxinputvalidator_heidelpayTest.php | 142 +- .../models/d3_oxorder_heidelpayTest.php | 555 +++-- .../d3_oxpaymentgateway_heidelpayTest.php | 1139 +++++----- tests/unittests/unit/oxPrinter.php | 208 +- tests/unittests/unit/test_config.inc.php | 160 +- tests/unittests/unit/test_utils.php | 1339 ++++++------ 274 files changed, 22394 insertions(+), 22379 deletions(-) diff --git a/composer.json b/composer.json index 19aed92a..4dc1b7c9 100644 --- a/composer.json +++ b/composer.json @@ -44,8 +44,8 @@ "ext-simplexml": "*", "ext-bcmath": "*", "ext-json": "*", - "oxid-esales/oxideshop-ce": "6.0 - 6.8", - "d3/modcfg": "^5.3.0.0 || ^6", + "oxid-esales/oxideshop-ce": "6.3 - 6.8", + "d3/modcfg": "^5.3.6.000 || ^6", "heidelpay/heidelpay-php": "<1.3" }, "replace": { diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 9281e159..2a53ae5e 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -2,6 +2,14 @@ title: Changelog --- +## 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 diff --git a/docs/daux/config.json b/docs/daux/config.json index 563f10aa..2e6446de 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " unzer", - "moduleversion": "6.2.1.3", + "moduleversion": "6.2.2.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "27.04.2021", + "moduledate": "18.05.2021", "editors": "", "tagline": "", "image": "", diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index efb9811b..309b5028 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -3,7 +3,7 @@ title: Systemanforderungen --- * PHP Version - * 5.6.x bis 8.0 + * 7.0.x bis 8.0 * PHP Decoder * installierter ionCube Loader * Shopversionen / -editionen @@ -20,7 +20,7 @@ title: Systemanforderungen * bei Verwendung der Zahlungsart „iDeal“ oder „Przelewy24“ wird ein freier Cronjob benötigt * bei Verwendung der Zahlungsart „Vorkasse“ oder „Rechnungskauf“ wird ein freier Cronjob benötigt -Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für **PHP 5.6**, **PHP 7.0**, **PHP 7.1**, **PHP 7.2**, **PHP 7.3**, **PHP 7.4** oder **PHP 8.0** sowie dem auf Ihrem Server vorhandenen Decoder (**ionCube Loader**) kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version. +Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für **PHP 7.0**, **PHP 7.1**, **PHP 7.2**, **PHP 7.3**, **PHP 7.4** oder **PHP 8.0** sowie dem auf Ihrem Server vorhandenen Decoder (**ionCube Loader**) kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version. Kontrollieren Sie bitte auch, ob diese Modulversion für die von Ihnen eingesetzte Shopedition (Professional Edition (PE) oder Enterprise Edition (EE)) ausgelegt ist. diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index 982a40e8..975f3883 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -91,16 +91,23 @@
-

6.2.1.3 - (2021-04-27)

+

6.2.2.0 - (2021-05-18)

+

fixed

+ +
+

6.2.1.3 - (2021-04-27)

added

-

fixed

+

fixed

diff --git a/docs/html/changelog/Channel_Rekonfiguration.html b/docs/html/changelog/Channel_Rekonfiguration.html index 9bcd7167..066c88b6 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 3a2a76fd..10193588 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 68fba9b0..85e0c914 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 f660ada6..8170bbd1 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 3a82faba..2968715d 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 a545bca2..58a11e8f 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 ec76071a..869f51c2 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 5b69bd16..93d8ff22 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 301af3fd..449abac6 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 90e5e89e..2d085db1 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 04115f8a..244284fb 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 6989dd24..53ec7d9a 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 3985e4ef..c3d98102 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 31349324..53b1783a 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 83bba6a9..371317cb 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/index.html b/docs/html/configuration/index.html index 431f2b7b..0945ce67 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 7e829dd9..aff2f902 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 db9e4434..1f68a4b3 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 64175bfe..e1b11a87 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -48,7 +48,7 @@
-
Autor: D³ Data Development
Stand: 27.04.2021
+
Autor: D³ Data Development
Stand: 18.05.2021
Version wechseln: