x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Passed
Pull Request — master (#307)
by
unknown
02:22
created
src/Rate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.