summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-28 20:33:25 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-28 20:33:25 +0530
commitea0b5886c2034419286f234f05eab40154e9fb84 (patch)
treefeffd5ffe8b4739ad2e3b9fa580cbdc0123d490b /taler-wallet.rst
parenta9dfa30ccebbae67338827cad9abe981df5fdf87 (diff)
downloaddocs-ea0b5886c2034419286f234f05eab40154e9fb84.tar.gz
docs-ea0b5886c2034419286f234f05eab40154e9fb84.tar.bz2
docs-ea0b5886c2034419286f234f05eab40154e9fb84.zip
wallet API naming / types
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index fb0c32a2..82c21821 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -669,7 +669,7 @@ Prepare Pay
proposalId: string;
// Verbatim contract terms as generated by the merchant.
- contractTermsRaw: any;
+ contractTerms: ContractTerms;
}
interface PreparePayInsufficientBalanceResponse {
@@ -678,7 +678,7 @@ Prepare Pay
proposalId: string;
// Verbatim contract terms as generated by the merchant.
- contractTermsRaw: any;
+ contractTerms: ContractTerms;
}
interface PreparePayAlreadyConfirmedResponse {