gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-docs] branch master updated: pay_url -> merchant_bas


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: pay_url -> merchant_base_url
Date: Wed, 16 Oct 2019 15:51:46 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 608d5ce  pay_url -> merchant_base_url
608d5ce is described below

commit 608d5ce9438df564497f3fd69b267f59cb230975
Author: Florian Dold <address@hidden>
AuthorDate: Wed Oct 16 19:21:33 2019 +0530

    pay_url -> merchant_base_url
---
 core/api-merchant.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 5605476..0bddaf5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -745,9 +745,6 @@ The contract terms must have the following structure:
       // before transfering it to the merchant.
       amount: Amount;
 
-      // The URL where the wallet has to send coins.
-      pay_url: string;
-
       // The URL for this purchase.  Every time is is visited, the merchant
       // will send back to the customer the same proposal.  Clearly, this URL
       // can be bookmarked and shared by users.
@@ -787,6 +784,10 @@ The contract terms must have the following structure:
       // is typically added by the backend Note that this can be an ephemeral 
key.
       merchant_pub: EddsaPublicKey;
 
+      // Base URL of the (public!) merchant backend API.
+      // Must be an absolute URL that ends with a slash.
+      merchant_base_url: string;
+
       // More info about the merchant, see below
       merchant: Merchant;
 

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



reply via email to

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