Passed
Pull Request — master (#202)
by
unknown
02:45
created
src/Shipping.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -366,7 +366,7 @@
 block discarded – undo
366 366
                 }
367 367
             }  
368 368
             if ($shipment->getItemizedPaymentInformation()->getSplitDutyVATIndicator()) { 
369
-               $paymentNode->appendChild($xml->createElement('SplitDutyVATIndicator'));
369
+                $paymentNode->appendChild($xml->createElement('SplitDutyVATIndicator'));
370 370
             }
371 371
         }
372 372
 
Please login to merge, or discard this patch.