silvershop-core
silvershop-core copied to clipboard
Middle name
I need to add Middle Name because client insists he needs it. He has customers with same first and surname. but the Order class has no hooks on it to extend the getName() and getAddress()
would be nice it could be extendable
@sparkcom PR welcome to add updateName
extension hook. Address::getName()
should also be updated with the hook.