OrderCustomerDelegate
Magento\Sales\Model\Order\OrderCustomerDelegate
What it does
This class handles the delegation of guest orders to newly created customer accounts.
It extracts customer data from an order and creates a redirect that will assign the order to a new customer account during the account creation process.
Developers use this when implementing guest-to-customer conversion flows where a guest wants to create an account and have their order associated with it.
Public Methods
- delegateNew()