taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 468bf7ad90c49517ddea5b113f4a6c6e7e71f158
parent 8df41796f811da622416055e92b6ad5552cfb835
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun,  3 Sep 2023 17:34:48 +0200

fix API spec for #7300

Diffstat:
Mcore/api-bank-access.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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; }