From ea0b5886c2034419286f234f05eab40154e9fb84 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 28 Jul 2020 20:33:25 +0530 Subject: wallet API naming / types --- taler-wallet.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'taler-wallet.rst') 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 { -- cgit v1.2.3