Update Pixelant\PxaProductManager\Attributes\ValueMapper*Mapper classes.
Remove Product $product parameter since it isn't used. Also the AttributeValue model already contains a product.
Remove MapperFactory from Pixelant\PxaProductManager\UserFunction\Solr\AbstractValue.
No need to use MapperFactory on the AttributeValue if one is found, "mapping" will occur in AttributeValue model if needed.
New Pull Request checklist
PR Type
What kind of change does this PR introduce?
[ ] [FEATURE] - A new feature
[ ] [BUGFIX] - A bug fix
[x] [TASK] - Any task, which is not a new feature or bugfix
[ ] [TEST] - Adding missing tests
[ ] [DOC] - Documentation only changes
[ ] [WIP] - Work in progress tag, should not be present when creating pull requests
Update Pixelant\PxaProductManager\Attributes\ValueMapper*Mapper classes. Remove Product $product parameter since it isn't used. Also the AttributeValue model already contains a product.
Remove MapperFactory from Pixelant\PxaProductManager\UserFunction\Solr\AbstractValue. No need to use MapperFactory on the AttributeValue if one is found, "mapping" will occur in AttributeValue model if needed.
New Pull Request checklist
PR Type
What kind of change does this PR introduce?
Breaking change
Does this PR introduce a breaking change?
Description