From 468bf7ad90c49517ddea5b113f4a6c6e7e71f158 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 Sep 2023 17:34:48 +0200 Subject: fix API spec for #7300 --- core/api-bank-access.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/api-bank-access.rst') diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 06ee980a..25dd6cae 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -82,10 +82,10 @@ name and account password, at least in the GNU Taler demo bank implementation. balance: Balance; // payto://-URI of the account. (New) - paytoUri: string; + payto_uri: string; // Number indicating the max debit allowed for the requesting user. - debitThreshold: string; + debit_threshold: string; } @@ -253,7 +253,7 @@ Transactions // Transaction amount (in the $currency:x.y format), optional. // However, when not given, its value must occupy the 'amount' // query string parameter of the 'payto' field. In case it - // is given in both places, the paytoUri's takes the precedence. + // is given in both places, the payto_uri's takes the precedence. amount: string; } -- cgit v1.2.3