gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: adjust for breaking change in


From: gnunet
Subject: [taler-wallet-core] branch master updated: adjust for breaking change in libeufin
Date: Wed, 31 Jan 2024 00:42:36 +0100

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 c1373e6c0 adjust for breaking change in libeufin
c1373e6c0 is described below

commit c1373e6c06bd93a50bde81d3b70c4be6e7239287
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 31 00:42:32 2024 +0100

    adjust for breaking change in libeufin
---
 build-system/taler-build-scripts                                  | 2 +-
 packages/taler-harness/src/index.ts                               | 2 +-
 packages/taler-harness/src/integrationtests/test-libeufin-bank.ts | 2 +-
 packages/taler-util/src/bank-api-client.ts                        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 23538677f..001f5dd08 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
+Subproject commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a
diff --git a/packages/taler-harness/src/index.ts 
b/packages/taler-harness/src/index.ts
index 561d70c4f..ea3d18438 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -800,7 +800,7 @@ deploymentCli
       username: accountLogin,
       is_public: !!args.provisionBankAccount.public,
       is_taler_exchange: !!args.provisionBankAccount.exchange,
-      internal_payto_uri: args.provisionBankAccount.internalPayto,
+      payto_uri: args.provisionBankAccount.internalPayto,
     };
     const resp = await httpLib.fetch(url.href, {
       method: "POST",
diff --git a/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts 
b/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
index a3e3a9ef1..3900779e2 100644
--- a/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
+++ b/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
@@ -138,7 +138,7 @@ export async function runLibeufinBankTest(t: 
GlobalTestState) {
     password: exchangeBankPw,
     username: exchangeBankUsername,
     is_taler_exchange: true,
-    internal_payto_uri: exchangePlainPayto,
+    payto_uri: exchangePlainPayto,
   });
 
   const bankUser = await bankClient.registerAccount("user1", "pw1");
diff --git a/packages/taler-util/src/bank-api-client.ts 
b/packages/taler-util/src/bank-api-client.ts
index bc01dc8e8..0e122d10b 100644
--- a/packages/taler-util/src/bank-api-client.ts
+++ b/packages/taler-util/src/bank-api-client.ts
@@ -196,7 +196,7 @@ export interface RegisterAccountRequest {
 
   // Internal payto URI of this bank account.
   // Used mostly for testing.
-  internal_payto_uri?: string;
+  payto_uri?: string;
 }
 
 export interface AccountData {

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