@@ -127,8 +127,7 @@ |
||
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(), |