@@ -550,9 +550,9 @@ |
||
550 | 550 | $this->deliveryTimeInformation = $deliveryTimeInformation; |
551 | 551 | } |
552 | 552 | |
553 | - /** |
|
554 | - * @return ShipmentTotalWeight |
|
555 | - */ |
|
553 | + /** |
|
554 | + * @return ShipmentTotalWeight |
|
555 | + */ |
|
556 | 556 | public function getShipmentTotalWeight() |
557 | 557 | { |
558 | 558 | return $this->ShipmentTotalWeight; |
@@ -37,7 +37,7 @@ |
||
37 | 37 | $node = $document->createElement('ShipmentTotalWeight'); |
38 | 38 | if ($this->getUnitOfMeasurement()) { |
39 | 39 | $node->appendChild($this->getUnitOfMeasurement()->toNode($document)); |
40 | - // $node->appendChild($document->createElement('UnitOfMeasurement', $this->getUnitOfMeasurement())); |
|
40 | + // $node->appendChild($document->createElement('UnitOfMeasurement', $this->getUnitOfMeasurement())); |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | $node->appendChild($document->createElement('Weight', $this->getWeight())); |