summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-bank-access.rst6
1 files changed, 3 insertions, 3 deletions
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;
}