diff --git a/Services/Factory/ExternalArrayFactory.php b/Services/Factory/ExternalArrayFactory.php
index b09ffc0..0fe0ef0 100644
--- a/Services/Factory/ExternalArrayFactory.php
+++ b/Services/Factory/ExternalArrayFactory.php
@@ -30,7 +30,7 @@ public function __construct(ConfigService $configService)
public function getData(Order $order)
{
if ($plainTrackingCode = $order->getTrackingCode()) {
- $provider = null;
+ $provider = 'OTH';
if ($order->getDispatch()) {
$supportedMethods = ['DHL', 'DPD', 'GLS', 'HLG', 'HVS', 'OTH', 'TNT', 'UPS'];
foreach ($supportedMethods as $supportedMethod) {
diff --git a/plugin.xml b/plugin.xml
index 48d0f10..acf8f88 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -12,7 +12,7 @@
- 6.1.0
+ 6.1.1Copyright (c), Ratepay GmbHMIT
https://www.ratepay.com
@@ -22,6 +22,23 @@
Ratepay enables you to accept online payments without any risk of fraud and without the hassle of debtors management.Ratepay stellt verschiedene Zahlungsarten für Ihren Onlineshop zur Verfügung, ohne dass Sie sich mit der Risikoprüfung oder dem Debitorenmanagement beschäftigen müssen.
+
+
+
+
Set default tracking-provider for confirmation deliver
+
+ ]]>
+
+
+
+
Standardversanddienstleister-Code beim CONFIRM hinterlegt