At any point needed to programmatically set Magento 2 core config data? That as well as a while later, recover that new worth?
I needed to! Also, today, I'll share the strategy to set center config information automatically in Magento 2.
I have additionally added how I dealt with the empowered reserve.
The accompanying connection point can be utilized to accomplish that
/seller/magento/structure/Application/Config/Stockpiling/WriterInterface.php
utilizing the accompanying recovery strategy
public capability save($path, $value, $scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId = 0);
Furthermore, to erase a center config information esteem you can utilize the erase strategy
public capability delete($path, $scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId = 0);
For more info, visit https://meetanshi.com/blog/programmatically-set-magento-2-core-config-data/