From 9f009873809d5b7e8d1d95d77f009862724c577b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 13 Sep 2021 15:32:06 -0300 Subject: added integration with the wallet-core to get info about the last tos approved --- packages/taler-util/src/walletTypes.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/walletTypes.ts b/packages/taler-util/src/walletTypes.ts index 7ec182fa2..79403ac69 100644 --- a/packages/taler-util/src/walletTypes.ts +++ b/packages/taler-util/src/walletTypes.ts @@ -716,12 +716,14 @@ export const codecForGetWithdrawalDetailsForUri = (): Codec => buildCodecForObject() .property("exchangeBaseUrl", codecForString()) .property("amount", codecForAmountJson()) + .property("tosAcceptedFormat", codecOptional(codecForList(codecForString()))) .build("GetExchangeWithdrawalInfo"); export interface AbortProposalRequest { -- cgit v1.2.3