commerce-data-export
commerce-data-export copied to clipboard
price-formation-changes
Description (*)
This PR fixed the duplicate code from the PR, https://github.com/magento/commerce-data-export/pull/21/files#diff-ba1939c8004a571b5cb8c76346ab6b6a96427eb9ae468b637174954c486a83f8
Related Pull Requests
https://github.com/magento/commerce-data-export/pull/21
Fixed Issues (if relevant)
Fixed price event data providers contain some duplicate code. Specifically buildEventData functions in FullReindex and PartialReindex providers. For example \Magento\CatalogPriceDataExporter\Model\Provider\FullReindex\CustomOptionPriceEvent::buildEventData and \Magento\CatalogPriceDataExporter\Model\Provider\PartialReindex\CustomOptionPriceEvent::buildEventData are the same.