gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: embedded: payload->args


From: gnunet
Subject: [taler-wallet-core] branch master updated: embedded: payload->args
Date: Tue, 17 Jan 2023 00:20:41 +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 41c87b03e embedded: payload->args
41c87b03e is described below

commit 41c87b03e6e4f1d1c225433905cd3fb066ab4a3e
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 17 00:19:36 2023 +0100

    embedded: payload->args
    
    The new qjs embedded wallet bundle broke compatibility with the old one
    by calling the wallet-core API request arguments "payload" instead of
    "args".  This commit goes back to the old name.
---
 packages/taler-wallet-embedded/src/wallet-qjs.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-embedded/src/wallet-qjs.ts 
b/packages/taler-wallet-embedded/src/wallet-qjs.ts
index 6b5f7707c..e6e1a34a5 100644
--- a/packages/taler-wallet-embedded/src/wallet-qjs.ts
+++ b/packages/taler-wallet-embedded/src/wallet-qjs.ts
@@ -383,7 +383,7 @@ export function installNativeWalletListener(): void {
     logger.info(`native listener: got request for ${operation} (${id})`);
 
     try {
-      const respMsg = await handler.handleMessage(operation, id, msg.payload 
?? {});
+      const respMsg = await handler.handleMessage(operation, id, msg.args ?? 
{});
       logger.info(
         `native listener: sending success response for ${operation} (${id})`,
       );

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