summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/refund.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/operations/refund.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/refund.ts15
1 files changed, 1 insertions, 14 deletions
diff --git a/packages/taler-wallet-core/src/operations/refund.ts b/packages/taler-wallet-core/src/operations/refund.ts
index 787d2bb4c..373e17a10 100644
--- a/packages/taler-wallet-core/src/operations/refund.ts
+++ b/packages/taler-wallet-core/src/operations/refund.ts
@@ -28,6 +28,7 @@ import {
TalerErrorDetails,
RefreshReason,
CoinPublicKey,
+ ApplyRefundResponse,
} from "../types/walletTypes";
import {
Stores,
@@ -323,20 +324,6 @@ export interface RefundSummary {
amountRefundGone: AmountJson;
}
-export interface ApplyRefundResponse {
- contractTermsHash: string;
-
- proposalId: string;
-
- amountEffectivePaid: AmountString;
-
- amountRefundGranted: AmountString;
-
- amountRefundGone: AmountString;
-
- pendingAtExchange: boolean;
-}
-
/**
* Accept a refund, return the contract hash for the contract
* that was involved in the refund.