How to add new parameters to core model in Magento 2
To add new parameters to core model in Magento 2, declare extension attribute and use plugin on order repository. Thus you will populate/save card entities. The case is implemented
To add new parameters to core model in Magento 2, declare extension attribute and use plugin on order repository. Thus you will populate/save card entities. The case is implemented