From ddf9171c5becb3bb1aebdd3e1a298644f62ed090 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Aug 2020 14:56:22 +0530 Subject: add another test case for the merchant refund API --- 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 511d7766c..921c63a1e 100644 --- a/packages/taler-wallet-core/src/types/walletTypes.ts +++ b/packages/taler-wallet-core/src/types/walletTypes.ts @@ -422,6 +422,7 @@ export const codecForPreparePayResultAlreadyConfirmed = (): Codec< .property("nextUrl", codecForString()) .property("paid", codecForBoolean) .property("contractTerms", codecForAny()) + .property("contractTermsHash", codecForString()) .build("PreparePayResultAlreadyConfirmed"); export const codecForPreparePayResult = (): Codec => @@ -469,6 +470,8 @@ export interface PreparePayResultAlreadyConfirmed { amountEffective: string; // Only specified if paid. nextUrl?: string; + + contractTermsHash: string; } export interface BankWithdrawDetails { -- cgit v1.2.3