Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 2c3f3b84 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: uncaught TypeError, with wrong type

Übergeordneter bac65ccc
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!117Update 'next-3.x' with latest changes from 'main',!94fix: uncaught TypeError, with wrong type
Pipeline-Nr. 8713 bestanden
......@@ -138,7 +138,7 @@ function ($orderId, $data) {
if (isset($data['shippingStatus']) && $data['shippingStatus'] !== false) {
try {
$Order->setShippingStatus($data['shippingStatus']);
$Order->setShippingStatus((int)$data['shippingStatus']);
// Send status notification
if (!empty($data['notificationShipping']) && class_exists('QUI\ERP\Shipping\Shipping')) {
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren