commit 9c7ebcb46e590ee256944c1124f4dbc01d751f59 parent 9236ba567893d75654f0b785888b7b7977fbf6a9 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Sat, 15 Nov 2025 15:33:41 +0100 harmonize naming Diffstat:
| M | core/api-merchant.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2071,7 +2071,7 @@ Getting statistics // Sum of all amounts falling under the given // SLUG within this timeframe. - cumulative_amounts: Amount[]; + cumulative_amount: Amount[]; } @@ -2086,7 +2086,7 @@ Getting statistics // Sum of all amounts falling under the given // SLUG within this timeframe. - cumulative_amounts: Amount[]; + cumulative_amount: Amount[]; }