Interface 'InvoiceFlexFieldProcessorInterface' in Vertex\Tax\Model\Flexfield\Processor\OrderCurrencyGetterProcessor #25021
Labels
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Preconditions (*)
Steps to reproduce (*)
composer dump-autoload --optimize
.bin/magento setup:di:compile
Expected result (*)
Actual result (*)
My temporary fix:
Change
class OrderCurrencyGetterProcessor implements InvoiceFlexFieldProcessorInterface, TaxCalculationFlexFieldProcessorInterface{}
to
class OrderCurrencyGetterProcessor implements \Vertex\Tax\Model\FlexField\Processor\InvoiceFlexFieldProcessorInterface, \Vertex\Tax\Model\FlexField\Processor\TaxCalculationFlexFieldProcessorInterface {}
The text was updated successfully, but these errors were encountered: