From 84adb1e78e49057cdcee15c71ad788f56bb0fff9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 30 Apr 2024 13:23:23 +0200 Subject: harness: test for withdrawal handover --- packages/taler-util/src/wallet-types.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index ccf3c230a..a52b3e6ba 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -1980,7 +1980,6 @@ export const codecForApplyRefundFromPurchaseIdRequest = export interface GetWithdrawalDetailsForUriRequest { talerWithdrawUri: string; restrictAge?: number; - notifyChangeFromPendingTimeoutMs?: number; } export const codecForGetWithdrawalDetailsForUri = @@ -1988,10 +1987,6 @@ export const codecForGetWithdrawalDetailsForUri = buildCodecForObject() .property("talerWithdrawUri", codecForString()) .property("restrictAge", codecOptional(codecForNumber())) - .property( - "notifyChangeFromPendingTimeoutMs", - codecOptional(codecForNumber()), - ) .build("GetWithdrawalDetailsForUriRequest"); export interface ListKnownBankAccountsRequest { -- cgit v1.2.3