commit eace0e0e7aad9113af758b829fffd873826e36e3
parent f479ca01390483a8744207bd9b64ea3b7322231c
Author: Florian Dold <florian@dold.me>
Date: Fri, 7 Oct 2022 14:45:55 +0200
-organize imports
Diffstat:
1 file 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
@@ -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,