Problem/Motivation
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.
Steps to reproduce
Proposed resolution
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.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3523945-refactor-save-multiple-3.patch | 3.14 KB | super_romeo |
Issue fork currency-3523945
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
postyly commentedComment #6
super_romeo commentedThis patch is for module version 3.x.
It must be applied after the MR4-patch from issue Automated Drupal 11 compatibility fixes for currency.