diff options
author | Florian Dold <florian@dold.me> | 2022-10-07 14:45:55 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-10-07 14:45:55 +0200 |
commit | eace0e0e7aad9113af758b829fffd873826e36e3 (patch) | |
tree | fb1930284a595b0c0043389917d0ca1591c65c8c | |
parent | f479ca01390483a8744207bd9b64ea3b7322231c (diff) |
-organize imports
-rw-r--r-- | packages/taler-wallet-core/src/operations/transactions.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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, |