You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method seems to have been removed from M2, wanting to understand the reasoning for this one. We use it to temporarily set carriers to enabled so that we can call in a backup scenario.
I've checked the M2 code and all the way up the chain there is no access to change the config values dynamically from what I can see.
The text was updated successfully, but these errors were encountered:
The reasoning for this was to move all knowledge about configuration to one module/class and split on read only part and mutable part to follow "interface segregation principle"
This method seems to have been removed from M2, wanting to understand the reasoning for this one. We use it to temporarily set carriers to enabled so that we can call in a backup scenario.
I've checked the M2 code and all the way up the chain there is no access to change the config values dynamically from what I can see.
The text was updated successfully, but these errors were encountered: