mundipagg / magento2

:v: MundiPagg Magento2 Module
MIT License
1 stars 0 forks source link

Missing class file #330

Open ligiasalzano opened 3 years ago

ligiasalzano commented 3 years ago

Status

BUG REPORT

Steps

  1. Go to line 30 of the etc/di.xml file (link here)
  2. In this line, there is a preference with type MundiPagg\MundiPagg\Model\CustomerCreateManagement
  3. Go to the Model directory
  4. There is no CustomerCreateManagement class

Expected behaviour

Class CustomerCreateManagement should be found inside the Model directory

Actual behaviour

Class CustomerCreateManagement is not found

rogeriocpe commented 3 years ago

Good morning everybody!

Any fixes for this issue, Class MundiPagg\MundiPagg\Model\CustomerCreateManagement does not exist?

viniciushenriqueti commented 3 years ago

Waiting a fix for this too. We have this file in release branch https://github.com/mundipagg/magento2/blob/release/Model/CustomerCreateManagement.php

Workaround:

Create the file:

https://gist.github.com/viniciushenriqueti/b4c8c0711784010aaac413a416d631b3

bin/magento setup:di:compile