gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix broken import


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix broken import
Date: Wed, 26 Aug 2020 18:44:08 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new d1532f74 fix broken import
d1532f74 is described below

commit d1532f74b5b23a3910b8cc174fc745052d3f4938
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Aug 26 22:12:32 2020 +0530

    fix broken import
---
 packages/taler-integrationtests/src/helpers.ts                | 2 +-
 packages/taler-integrationtests/src/test-payment-fault.ts     | 2 +-
 packages/taler-integrationtests/src/test-withdrawal-manual.ts | 2 +-
 packages/taler-wallet-webextension/src/browserHttpLib.ts      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/taler-integrationtests/src/helpers.ts 
b/packages/taler-integrationtests/src/helpers.ts
index d33aaff4..61b01519 100644
--- a/packages/taler-integrationtests/src/helpers.ts
+++ b/packages/taler-integrationtests/src/helpers.ts
@@ -37,7 +37,7 @@ import {
   BankApi,
   BankAccessApi,
 } from "./harness";
-import { AmountString } from "taler-wallet-core/lib/types/talerTypes";
+import { AmountString } from "taler-wallet-core";
 import { FaultInjectedMerchantService } from "./faultInjection";
 
 export interface SimpleTestEnvironment {
diff --git a/packages/taler-integrationtests/src/test-payment-fault.ts 
b/packages/taler-integrationtests/src/test-payment-fault.ts
index a7f44706..85c05457 100644
--- a/packages/taler-integrationtests/src/test-payment-fault.ts
+++ b/packages/taler-integrationtests/src/test-payment-fault.ts
@@ -39,7 +39,7 @@ import {
   FaultInjectionRequestContext,
   FaultInjectionResponseContext,
 } from "./faultInjection";
-import { CoreApiResponse } from "taler-wallet-core/lib/walletCoreApiHandler";
+import { CoreApiResponse } from "taler-wallet-core";
 
 /**
  * Run test for basic, bank-integrated withdrawal.
diff --git a/packages/taler-integrationtests/src/test-withdrawal-manual.ts 
b/packages/taler-integrationtests/src/test-withdrawal-manual.ts
index ee844d9f..aeac74d9 100644
--- a/packages/taler-integrationtests/src/test-withdrawal-manual.ts
+++ b/packages/taler-integrationtests/src/test-withdrawal-manual.ts
@@ -19,7 +19,7 @@
  */
 import { runTest, GlobalTestState, BankApi } from "./harness";
 import { createSimpleTestkudosEnvironment } from "./helpers";
-import { CoreApiResponse } from "taler-wallet-core/lib/walletCoreApiHandler";
+import { CoreApiResponse } from "taler-wallet-core";
 import { codecForBalancesResponse } from "taler-wallet-core";
 
 /**
diff --git a/packages/taler-wallet-webextension/src/browserHttpLib.ts 
b/packages/taler-wallet-webextension/src/browserHttpLib.ts
index c568862d..96484bc9 100644
--- a/packages/taler-wallet-webextension/src/browserHttpLib.ts
+++ b/packages/taler-wallet-webextension/src/browserHttpLib.ts
@@ -25,7 +25,7 @@ import {
   HttpResponse,
   Headers,
 } from "taler-wallet-core";
-import { TalerErrorCode } from "taler-wallet-core/lib/TalerErrorCode";
+import { TalerErrorCode } from "taler-wallet-core";
 
 const logger = new Logger("browserHttpLib");
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]