add Logging

This commit is contained in:
Marko 2024-08-02 10:00:22 +02:00
parent b5f1ba6f87
commit 961bbc5634
No known key found for this signature in database

View File

@ -139,7 +139,7 @@ class Hiltes
$arr['SaleList'][] = array(
"OrderNumber" => $tA['externOrderId'], #X
"SalesLabel" => $v['sku'],#X
"SalesLabel" => 'Ean',#$v['sku'],#X
"SalesLabelNumber" => $SalesNumber,#X
"SalesGoodsGroupNumber" => $SalesGoodsGroupNumber,
#"SizeDescription" => '',#"string",
@ -253,7 +253,7 @@ class Hiltes
/**
* Creates a JSON object based on the given data.
*
* @deprecated Use createRequest instead.
* @param mixed $data The data to be converted to JSON.
* @return array The JSON object.
*/
@ -401,4 +401,4 @@ class Hiltes
}
}
}
}