From 7f0edb6a783d9a50f94f65c815c1280baecaac89 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 5 May 2023 19:03:44 +0200 Subject: wallet-core: refund DD37 refactoring --- packages/taler-util/src/transactions-types.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'packages/taler-util/src/transactions-types.ts') diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts index 8c5b59f5e..fac10cc88 100644 --- a/packages/taler-util/src/transactions-types.ts +++ b/packages/taler-util/src/transactions-types.ts @@ -130,6 +130,8 @@ export enum TransactionMinorState { Withdraw = "withdraw", MerchantOrderProposed = "merchant-order-proposed", Proposed = "proposed", + RefundAvailable = "refund-available", + AcceptRefund = "accept-refund", } export interface TransactionsResponse { @@ -549,14 +551,6 @@ export interface TransactionRefund extends TransactionCommon { // ID for the transaction that is refunded refundedTransactionId: string; - // Additional information about the refunded payment - info: OrderShortInfo; - - /** - * Amount pending to be picked up - */ - refundPending: AmountString | undefined; - // Amount that has been refunded by the merchant amountRaw: AmountString; -- cgit v1.2.3