taxSum example


    public function getTaxRates($basket)
    {
        return $this->taxAggregator->taxSum($basket(float) $this->basket->getMaxTax());
    }

    /** * @deprecated in 5.6, will be protected in 5.8 * * Get similar shown products to display in ajax add dialog * * @param int $articleID * * @return array<array<string, mixed>> */
    
Home | Imprint | This part of the site doesn't use cookies.