aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-merchant.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-16 19:03:22 +0200
committerFlorian Dold <florian@dold.me>2023-05-16 19:03:22 +0200
commitacf0dda83f3974187cacf58e7d81c2115f6d950d (patch)
tree6ca65c874d33f21a3a81435ff2429c08e28a03e5 /packages/taler-wallet-core/src/operations/pay-merchant.ts
parent72d0230a2ec34d83bfbbd0c7f731e25c76da3a45 (diff)
downloadwallet-core-acf0dda83f3974187cacf58e7d81c2115f6d950d.tar.xz
wallet-core: return purchase information in refund if available
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-merchant.ts7
1 files changed, 0 insertions, 7 deletions
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,