Open vkublytskyi opened 6 years ago
These classes are calling and formatting customer's first name and last name. (Just for name format)
These are using getFirstName/getLastName and have to use name formatter. (Added a little from Nishi's list.)
Additional places:
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.