commit bfa912b3c689533692d8c217115f561bef147cc3
parent 9c7ebcb46e590ee256944c1124f4dbc01d751f59
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Sat, 15 Nov 2025 16:54:41 +0100
Revert "harmonize naming"
This reverts commit 9c7ebcb46e590ee256944c1124f4dbc01d751f59.
Diffstat:
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_amount: Amount[];
+ cumulative_amounts: Amount[];
}
@@ -2086,7 +2086,7 @@ Getting statistics
// Sum of all amounts falling under the given
// SLUG within this timeframe.
- cumulative_amount: Amount[];
+ cumulative_amounts: Amount[];
}