From 53998741a6f280c5c56573c2db6ffd35ce5c34d9 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 14 Oct 2023 01:40:50 -0300 Subject: breaking api: currency spec as the doc mention --- packages/taler-util/src/http-client/bank-integration.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'packages/taler-util/src/http-client/bank-integration.ts') diff --git a/packages/taler-util/src/http-client/bank-integration.ts b/packages/taler-util/src/http-client/bank-integration.ts index cdba66fa5..cd6462417 100644 --- a/packages/taler-util/src/http-client/bank-integration.ts +++ b/packages/taler-util/src/http-client/bank-integration.ts @@ -1,7 +1,10 @@ import { HttpRequestLibrary, readSuccessResponseJsonOrThrow } from "../http-common.js"; import { createPlatformHttpLib } from "../http.js"; -import { codecForBankWithdrawalOperationPostResponse } from "../taler-types.js"; -import { TalerBankIntegrationApi, codecForBankVersion, codecForBankWithdrawalOperationStatus } from "./types.js"; +import { + TalerBankIntegrationApi, + codecForBankWithdrawalOperationPostResponse, + codecForBankWithdrawalOperationStatus +} from "./types.js"; export class TalerBankIntegrationHttpClient { httpLib: HttpRequestLibrary; -- cgit v1.2.3