- Issue created by @postyly
- Merge request !8Issue #3523945: Create saveMultiple() in FixedRates → (Open) created by Unnamed author
Currently, the FixedRates exchanger plugin does not provide a method to save multiple exchange rates at once. This can lead to inefficient code when updating many rates, as each must be saved individually.
Introduce a new method saveMultiple(array $newRates) in the FixedRates exchanger plugin. This method will allow batch updating of exchange rates by modifying the configuration in one operation.
Active
3.4
Code