From acf0dda83f3974187cacf58e7d81c2115f6d950d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 16 May 2023 19:03:22 +0200 Subject: wallet-core: return purchase information in refund if available --- packages/taler-wallet-core/src/operations/pay-merchant.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts') diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts index a7e9c4e80..733da8394 100644 --- a/packages/taler-wallet-core/src/operations/pay-merchant.ts +++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts @@ -30,7 +30,6 @@ import { AbsoluteTime, AmountJson, Amounts, - ApplyRefundResponse, codecForAbortResponse, codecForMerchantContractTerms, codecForMerchantOrderRefundPickupResponse, @@ -39,7 +38,6 @@ import { codecForProposal, CoinDepositPermission, CoinRefreshRequest, - CoinStatus, ConfirmPayResult, ConfirmPayResultType, constructPayUri, @@ -53,20 +51,15 @@ import { Logger, makeErrorDetail, makePendingOperationFailedError, - MerchantCoinRefundFailureStatus, MerchantCoinRefundStatus, - MerchantCoinRefundSuccessStatus, MerchantContractTerms, MerchantPayResponse, - MerchantRefundResponse, NotificationType, parsePayUri, - parseRefundUri, parseTalerUri, PayCoinSelection, PreparePayResult, PreparePayResultType, - PrepareRefundResult, randomBytes, RefreshReason, StartRefundQueryForUriResponse, -- cgit v1.2.3