gnunet-svn
[Top][All Lists]
Advanced

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

[taler-typescript-core] branch master updated: taler-util: missing merch


From: Admin
Subject: [taler-typescript-core] branch master updated: taler-util: missing merchant config field
Date: Mon, 17 Feb 2025 14:13:21 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 57ce47c64 taler-util: missing merchant config field
57ce47c64 is described below

commit 57ce47c64ceb062e71535746a4b5458edfe10f65
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 17 14:13:18 2025 +0100

    taler-util: missing merchant config field
---
 packages/taler-util/src/types-taler-merchant.ts | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/packages/taler-util/src/types-taler-merchant.ts 
b/packages/taler-util/src/types-taler-merchant.ts
index 238e17266..ccb882d46 100644
--- a/packages/taler-util/src/types-taler-merchant.ts
+++ b/packages/taler-util/src/types-taler-merchant.ts
@@ -30,14 +30,12 @@ import {
 import {
   AccessToken,
   AccountLimit,
-  CoinEnvelope,
   ExchangeWireAccount,
   ObjectCodec,
   PaytoString,
   assertUnreachable,
   buildCodecForUnion,
   codecForAccountLimit,
-  codecForAmountJson,
   codecForConstNumber,
   codecForConstString,
   codecForEither,
@@ -56,7 +54,6 @@ import {
 import {
   AmountString,
   Base32String,
-  BlindedRsaSignature,
   ClaimToken,
   CoinPublicKey,
   Cs25519Point,
@@ -3222,6 +3219,7 @@ export const codecForTalerMerchantConfigResponse =
       .property("version", codecForString())
       .property("currencies", codecForMap(codecForCurrencySpecificiation()))
       .property("exchanges", codecForList(codecForExchangeConfigInfo()))
+      .property("implementation", codecOptional(codecForString()))
       .build("TalerMerchantApi.VersionResponse");
 
 export const codecForClaimResponse = (): Codec<ClaimResponse> =>

-- 
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]