Skip to content

Commit b0c73fd

Browse files
authored
Carbon neutral option added the Missing Create Element and Append it to Current Node (#338)
1 parent 1847987 commit b0c73fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Entity/ShipmentServiceOptions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ public function toNode(DOMDocument $document = null)
210210
}
211211
}
212212

213+
if (isset($this->UPScarbonneutralIndicator)) {
214+
$node->appendChild($document->createElement('UPScarbonneutralIndicator'));
215+
}
216+
213217
return $node;
214218
}
215219

0 commit comments

Comments
 (0)