summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/refund.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-06-20 16:14:45 -0300
committerSebastian <sebasjm@gmail.com>2021-06-20 16:14:56 -0300
commit7f3ce304cb4e699fff61703ad5700770c7cf507e (patch)
tree9a261626d6b4cba0f927e4677f3009d784600607 /packages/taler-wallet-core/src/operations/refund.ts
parent221e71b91623bd38e71d6325ed66a998fe9f7ffd (diff)
downloadwallet-core-7f3ce304cb4e699fff61703ad5700770c7cf507e.tar.gz
wallet-core-7f3ce304cb4e699fff61703ad5700770c7cf507e.tar.bz2
wallet-core-7f3ce304cb4e699fff61703ad5700770c7cf507e.zip
missing globalThis Polyfill, remove duplicate url util
Diffstat (limited to 'packages/taler-wallet-core/src/operations/refund.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/refund.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/refund.ts b/packages/taler-wallet-core/src/operations/refund.ts
index 09006b811..4ea80689c 100644
--- a/packages/taler-wallet-core/src/operations/refund.ts
+++ b/packages/taler-wallet-core/src/operations/refund.ts
@@ -42,6 +42,7 @@ import {
RefreshReason,
TalerErrorCode,
TalerErrorDetails,
+ URL,
timestampAddDuration,
} from "@gnu-taler/taler-util";
import {
@@ -56,7 +57,6 @@ import { readSuccessResponseJsonOrThrow } from "../util/http.js";
import { checkDbInvariant } from "../util/invariants.js";
import { GetReadWriteAccess } from "../util/query.js";
import { initRetryInfo, updateRetryInfoTimeout } from "../util/retries.js";
-import { URL } from "../util/url.js";
import { guardOperationException } from "../errors.js";
import { createRefreshGroup, getTotalRefreshCost } from "./refresh.js";
import { InternalWalletState } from "../common.js";