Passed
Push — master ( 9ca765...876862 )
by
unknown
29:58 queued 23:30
created
src/Helper/ConvertOrder.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,8 +127,7 @@
 block discarded – undo
127 127
                 'vatAmount' => [
128 128
                     'currency' => $this->order->getCurrencyCode(),
129 129
                     'value' => null === $this->getTaxRatesUnitItem($item) ?
130
-                        '0.00' :
131
-                        $this->calculateTaxAmount->calculate($this->getTaxRatesUnitItem($item), $item->getUnitPrice()),
130
+                        '0.00' : $this->calculateTaxAmount->calculate($this->getTaxRatesUnitItem($item), $item->getUnitPrice()),
132 131
                 ],
133 132
                 'metadata' => [
134 133
                     'item_id' => $item->getId(),
Please login to merge, or discard this patch.