Breaking: #505 - Replace ParserUtility::parseTax by DI
See Issue 480
Description
The existing \Extcode\
uses a TaxClassService
which could be configured by a TypoScript Configuration. The change remove the
method from the class and injecting the Extcode\
by Dependency Injection.
Affected Installations
All installations where plugin.
is used to replace
the default TaxClassService.
Migration
Remove the old configuration from TypoScript.
Add an entry to your Services.
or Services.
and configure your
implementation of the Extcode\
for the
$tax
constructor argument.