Service for name formatting #22
Labels
core
Should be implemented as contribution to Magento 2 core
postponed
Tasks involve Magento core modification and should be done after MVP implementation
Progress: dev in progress
Milestone
Magento 2 now have several places where customer full name is formatted. This lead to code duplication and completes customizations that is required to apply formats specific to locales. In the scope of this issue new API service should be introduced that will return customer full name based on customer data (last name, firstname etc.)
Service should be declared as an interface and has default implementation equal to current behavior.
The text was updated successfully, but these errors were encountered: