@@ -201,7 +201,7 @@ |
||
201 | 201 | $shipmentNode->appendChild($InvoiceLineTotal->toNode($xml)); |
202 | 202 | } |
203 | 203 | |
204 | - if($shipment->getTaxInformationIndicator()) { |
|
204 | + if ($shipment->getTaxInformationIndicator()) { |
|
205 | 205 | $shipmentNode->appendChild($xml->createElement('TaxInformationIndicator')); |
206 | 206 | } |
207 | 207 |