Пример #1
0
 private function needToAddTax()
 {
     return $this->quoteBuilder->getProxyOrder()->isTaxModeNone() && $this->proxyItem->hasTax();
 }