From c87be3707efe7a675599b37f9327c6810d5fc011 Mon Sep 17 00:00:00 2001 From: ms Date: Thu, 4 Nov 2021 13:37:32 +0100 Subject: Implementing euFin-based harness. - move stateless euFin API helpers to separate file, in order to avoid circular dependecy between harness.ts and libeufin.ts - implement BankServiceInterface with euFin. This one is not tested and disabled by default. --- packages/taler-wallet-cli/src/harness/helpers.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'packages/taler-wallet-cli/src/harness/helpers.ts') diff --git a/packages/taler-wallet-cli/src/harness/helpers.ts b/packages/taler-wallet-cli/src/harness/helpers.ts index 59e41d1ad..6ff62504b 100644 --- a/packages/taler-wallet-cli/src/harness/helpers.ts +++ b/packages/taler-wallet-cli/src/harness/helpers.ts @@ -62,14 +62,6 @@ export interface SimpleTestEnvironment { wallet: WalletCli; } -export function getRandomIban(countryCode: string): string { - return `${countryCode}715001051796${(Math.random().toString().substring(2, 8))}` -} - -export function getRandomString(): string { - return Math.random().toString(36).substring(2); -} - /** * Run a test case with a simple TESTKUDOS Taler environment, consisting * of one exchange, one bank and one merchant. -- cgit v1.2.3