gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet: confirm_transfer_url


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet: confirm_transfer_url is optional
Date: Mon, 16 Oct 2023 10:07:56 +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 6a4e0ffd8 wallet: confirm_transfer_url is optional
6a4e0ffd8 is described below

commit 6a4e0ffd858a6eeb29f19de949db87a115b34097
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Oct 16 10:07:52 2023 +0200

    wallet: confirm_transfer_url is optional
---
 packages/taler-util/src/http-client/types.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/http-client/types.ts 
b/packages/taler-util/src/http-client/types.ts
index 5f899dd5a..66ac39f59 100644
--- a/packages/taler-util/src/http-client/types.ts
+++ b/packages/taler-util/src/http-client/types.ts
@@ -402,7 +402,7 @@ export const codecForBankWithdrawalOperationStatus =
 export const codecForBankWithdrawalOperationPostResponse =
   (): Codec<TalerBankIntegrationApi.BankWithdrawalOperationPostResponse> =>
     
buildCodecForObject<TalerBankIntegrationApi.BankWithdrawalOperationPostResponse>()
-      .property("confirm_transfer_url", codecForURL())
+      .property("confirm_transfer_url", codecOptional(codecForURL()))
       .property("transfer_done", codecForBoolean())
       .build("TalerBankIntegrationApi.BankWithdrawalOperationPostResponse");
 

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