taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 6bc3330efb911091fad312cc1a3e09ff2c11dcf0
parent 30504c5babe2d9f3fcf77a2dffd485d889fdff4a
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Thu,  5 Feb 2026 18:24:46 -0300

fix broken build

Diffstat:
Mpackages/taler-util/src/types-taler-merchant.ts | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/packages/taler-util/src/types-taler-merchant.ts b/packages/taler-util/src/types-taler-merchant.ts @@ -3172,17 +3172,6 @@ export interface ExpectedTransferDetails { // (a matching entry exists in /private/transfers) confirmed: boolean; - // List of orders that are settled by this wire - // transfer according to the exchange. Only - // available if last_http_status is 200. - // @since **v26** - reconciliation_details?: ExchangeTransferReconciliationDetails[]; - - // Wire fee paid by the merchant. Only - // available if last_http_status is 200. - // @since **v26** - wire_fee: AmountString; - // Last HTTP status we received from the exchange, 0 for // none (incl. timeout) last_http_status: Integer;