Context: How are the payment data assigned to the Vault payment method instance on an order placement?
The single usage
It is a handler of the payment_method_assign_data_vault
event:
This event is triggered by the Magento\Vault\Model\Method\Vault::assignData()
method.
Context: How are the payment data assigned to the Vault payment method instance on an order placement?
Implementation