diff options
| author | Sebastian <sebasjm@gmail.com> | 2022-10-25 12:23:08 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2022-10-25 12:23:52 -0300 |
| commit | 3f2db7707fdf4eb4c1dfdb527d5726dd1694e126 (patch) | |
| tree | 4366d443db56eb200ba29760bf1f4a0b9def6c97 /packages/taler-wallet-webextension/src/cta/InvoicePay/index.ts | |
| parent | 587674dd10bd714b68ff5a6e836eb21113c0337a (diff) | |
using new wallet api (typed interface)
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/InvoicePay/index.ts')
| -rw-r--r-- | packages/taler-wallet-webextension/src/cta/InvoicePay/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/InvoicePay/index.ts b/packages/taler-wallet-webextension/src/cta/InvoicePay/index.ts index 7c6f13286..693803587 100644 --- a/packages/taler-wallet-webextension/src/cta/InvoicePay/index.ts +++ b/packages/taler-wallet-webextension/src/cta/InvoicePay/index.ts @@ -18,13 +18,13 @@ import { AbsoluteTime, AmountJson, PreparePayResult, - TalerErrorDetail, + TalerErrorDetail } from "@gnu-taler/taler-util"; import { Loading } from "../../components/Loading.js"; import { HookError } from "../../hooks/useAsyncAsHook.js"; import { ButtonHandler } from "../../mui/handlers.js"; import { compose, StateViewMap } from "../../utils/index.js"; -import * as wxApi from "../../wxApi.js"; +import { wxApi } from "../../wxApi.js"; import { useComponentState } from "./state.js"; import { LoadingUriView, ReadyView } from "./views.js"; |
