mundipagg/magento2

Missing class file

Opened this issue · 2 comments

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

Good morning everybody!

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

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