aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/types/transactions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/types/transactions.ts')
-rw-r--r--packages/taler-wallet-core/src/types/transactions.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/types/transactions.ts b/packages/taler-wallet-core/src/types/transactions.ts
index de378f51a..fe5580f85 100644
--- a/packages/taler-wallet-core/src/types/transactions.ts
+++ b/packages/taler-wallet-core/src/types/transactions.ts
@@ -218,7 +218,7 @@ export interface TransactionPayment extends TransactionCommon {
amountEffective: AmountString;
}
-interface PaymentShortInfo {
+export interface PaymentShortInfo {
/**
* Order ID, uniquely identifies the order within a merchant instance
*/
@@ -259,9 +259,6 @@ interface TransactionRefund extends TransactionCommon {
// Additional information about the refunded payment
info: PaymentShortInfo;
- // Part of the refund that couldn't be applied because the refund permissions were expired
- amountInvalid: AmountString;
-
// Amount that has been refunded by the merchant
amountRaw: AmountString;