gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 02/03: taler URI


From: gnunet
Subject: [taler-docs] 02/03: taler URI
Date: Fri, 01 Nov 2019 21:53:22 +0100

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

dold pushed a commit to branch master
in repository docs.

commit f2e1d863db3d7cecf9fa6b780278ccff124cc628
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 1 21:53:01 2019 +0100

    taler URI
---
 core/taler-uri.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/taler-uri.rst b/core/taler-uri.rst
index caa32bb..a228d46 100644
--- a/core/taler-uri.rst
+++ b/core/taler-uri.rst
@@ -19,16 +19,16 @@ Payments are requested with the ``pay`` action.  The 
parameters are a hierarchic
 
 .. code:: none
 
-  'taler://pay/' merchant-host '/' merchant-query '/' merchant-instance  '/' 
order-id [ '/' session-id ]
+  'taler://pay/' merchant-host '/' merchant-public-prefix '/' 
merchant-instance  '/' order-id [ '/' session-id ]
 
-The components ``merchant-host``, ``merchant-query`` and ``order-id`` identify 
the URL that is used to claim the contract
+The components ``merchant-host``, ``merchant-prefix`` and ``order-id`` 
identify the URL that is used to claim the contract
 for this payment request.
 
 To make the URI shorter (which is important for QR code payments), ``-`` 
(minus) can be substituted to get a default value
 for some components:
 
 * the default for ``merchant-instance`` is ``default``
-* the default for ``merchant-query`` is ``/public/proposal``
+* the default for ``merchant-public-prefix`` is ``public``
 
 The following is a minimal example for a payment request from the demo 
merchant, using the default instance and no session-bound payment:
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]