From c2dcad8efeb7948a98997053a8e26087b40bacf8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 10 Aug 2020 20:05:41 +0530 Subject: fix preparePay API response --- packages/taler-wallet-core/src/types/walletTypes.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/taler-wallet-core/src/types') diff --git a/packages/taler-wallet-core/src/types/walletTypes.ts b/packages/taler-wallet-core/src/types/walletTypes.ts index 83275a0cc..6175c40eb 100644 --- a/packages/taler-wallet-core/src/types/walletTypes.ts +++ b/packages/taler-wallet-core/src/types/walletTypes.ts @@ -353,12 +353,15 @@ export interface PreparePayResultInsufficientBalance { status: PreparePayResultType.InsufficientBalance; proposalId: string; contractTerms: Record; + amountRaw: string; } export interface PreparePayResultAlreadyConfirmed { status: PreparePayResultType.AlreadyConfirmed; contractTerms: Record; paid: boolean; + amountRaw: string; + amountEffective: string; // Only specified if paid. nextUrl?: string; } -- cgit v1.2.3