From eace0e0e7aad9113af758b829fffd873826e36e3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 Oct 2022 14:45:55 +0200 Subject: -organize imports --- packages/taler-wallet-core/src/operations/transactions.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/transactions.ts') diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index 555ba0d8d..4086fc9b3 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -19,7 +19,6 @@ */ import { AbsoluteTime, - addPaytoQueryParams, AmountJson, Amounts, constructPayPullUri, @@ -56,7 +55,6 @@ import { processDepositGroup } from "./deposits.js"; import { getExchangeDetails } from "./exchanges.js"; import { processPurchasePay } from "./pay.js"; import { processRefreshGroup } from "./refresh.js"; -import { applyRefundFromPurchaseId } from "./refund.js"; import { processTip } from "./tip.js"; import { augmentPaytoUrisForWithdrawal, -- cgit v1.2.3