commerce-data-export icon indicating copy to clipboard operation
commerce-data-export copied to clipboard

price-formation-changes

Open RakeshJesadiya opened this issue 5 years ago • 0 comments

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.

RakeshJesadiya avatar Dec 21 '20 13:12 RakeshJesadiya