commit a7a359dd44d0008c7cce6ef88c853f7ffa99c141 parent a1dcec86e89f9acd7d3b6a118f67d9a60d78555a Author: Florian Dold <florian@dold.me> Date: Wed, 19 Aug 2026 13:22:30 +0200 merchant: document what's implemented as report_generators Diffstat:
| M | core/merchant/get-config.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/merchant/get-config.rst b/core/merchant/get-config.rst @@ -59,10 +59,10 @@ // used with. currencies: { currency : CurrencySpecification}; - // Maps available report generator configuration section names - // to descriptions of the respective report generator. + // Supported report generators, list of the name + // in the corresponding configuration section. // Since **v25**. - report_generators: { section_name : string}; + report_generators: string[]; // Posix regular expression for allowed phone numbers; // applies when creating or patching an instance.