Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface 'InvoiceFlexFieldProcessorInterface' in Vertex\Tax\Model\Flexfield\Processor\OrderCurrencyGetterProcessor #25021

Closed
crazymeeks opened this issue Oct 13, 2019 · 2 comments
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed

Comments

@crazymeeks
Copy link

Preconditions (*)

  1. Magento CE 2.3.3 without sample data is installed.

Steps to reproduce (*)

  1. Remove all files in generated/ directory
  2. Issue composer dump-autoload --optimize
  3. Issue .bin/magento setup:di:compile

Expected result (*)

  1. Screenshot from 2019-10-13 08-35-51

Actual result (*)

Screenshot from 2019-10-13 08-40-42

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 {}

@m2-assistant
Copy link

m2-assistant bot commented Oct 13, 2019

Hi @crazymeeks. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.3-develop instance - upcoming 2.3.x release

For more details, please, review the Magento Contributor Assistant documentation.

@crazymeeks do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?

  • yes
  • no

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Oct 13, 2019
@crazymeeks crazymeeks changed the title nterface 'InvoiceFlexFieldProcessorInterface' in Vertex\Tax\Model\Flexfield\Processor\OrderCurrencyGetterProcessor Interface 'InvoiceFlexFieldProcessorInterface' in Vertex\Tax\Model\Flexfield\Processor\OrderCurrencyGetterProcessor Oct 13, 2019
@hostep
Copy link
Contributor

hostep commented Oct 13, 2019

Hi @crazymeeks

I'm going to close this as a duplicate to #24930
You are already the third or fouth person opening an issue around this, please try using the search functionality of github next time before creating a new issue so we don't have that many duplicates around, thanks! 🙂

There is already a non-official patch to fix this problem in #24930 (comment)

@hostep hostep closed this as completed Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed
Projects
None yet
Development

No branches or pull requests

3 participants