gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: clarify this must be an object


From: gnunet
Subject: [taler-docs] branch master updated: clarify this must be an object
Date: Tue, 02 Jan 2024 15:59:36 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b842a4cb clarify this must be an object
b842a4cb is described below

commit b842a4cbd9f60545171c479ccf95fdf591edb8f8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 2 15:59:28 2024 +0100

    clarify this must be an object
---
 core/api-merchant.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index b5931a65..4b1b14fd 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3843,7 +3843,8 @@ The contract terms must have the following structure:
     // Extra data that is only interpreted by the merchant frontend.
     // Useful when the merchant needs to store extra information on a
     // contract without storing it separately in their database.
-    extra?: any;
+    // Must really be an Object (not a string, integer, float or array).
+    extra?: Object;
   }
 
 The wallet must select an exchange that either the merchant accepts directly by

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