summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {