Model
AddressDataProcessorPlugin
Magento\Persistent\Model\Checkout\AddressDataProcessorPlugin
What it does
This plugin intercepts the address data processing during checkout to handle the 'Remember Me' functionality in Magento's persistent shopping cart feature.
It captures whether the customer checked the 'Remember Me' checkbox and stores this preference in both the persistent session and checkout session, enabling the system to maintain customer data across sessions when the feature is enabled.
Public Methods
- beforeProcess()