gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: u


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: update chapter about proposals
Date: Tue, 28 Mar 2017 17:06:20 +0200

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

marcello pushed a commit to branch master
in repository merchant-frontend-examples.

The following commit(s) were added to refs/heads/master by this push:
     new 24b2175  update chapter about proposals
24b2175 is described below

commit 24b217512cc1c059e5885a80e21d4d5a7dadf539
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 28 17:06:17 2017 +0200

    update chapter about proposals
---
 php/doc/tutorial.texi | 38 ++++++++++++++++++++++++++++++++------
 1 file changed, 32 insertions(+), 6 deletions(-)

diff --git a/php/doc/tutorial.texi b/php/doc/tutorial.texi
index 1bacd49..a53eefb 100644
--- a/php/doc/tutorial.texi
+++ b/php/doc/tutorial.texi
@@ -656,11 +656,11 @@ if not.  Note that since now we can use JavaScript we can 
register
 callbacks that do more than just showing and hiding elements.
 
 
address@hidden Taler contracts
address@hidden Building Taler contracts
address@hidden Taler proposals
address@hidden Building Taler proposals
 @cindex contract
 
-A Taler contract can specify many details about the transaction.
+A Taler proposal can specify many details about the transaction.
 This section describes each of the fields in depth.
 
 @table @var
@@ -680,6 +680,32 @@ willing to pay.  If the deposit fees for the coins exceed 
this amount,
 the customer has to include it in the payment total.  The fee is
 specified using the same triplet used for @var{amount}.
 
+
address@hidden max_wire_fee
address@hidden fees
address@hidden maximum wire fee
+Maximum wire fee accepted by the merchant (customer share to be
+divided by the 'wire_fee_amortization' factor, and further reduced
+if deposit fees are below 'max_fee').  Default if missing is zero.
+
+
address@hidden wire_fee_amortization
address@hidden fees
address@hidden maximum fee amortization
+Over how many customer transactions does the merchant expect to
+amortize wire fees on average?  If the exchange's wire fee is
+above 'max_wire_fee', the difference is divided by this number
+to compute the expected customer's contribution to the wire fee.
+The customer's contribution may further be reduced by the difference
+between the 'max_fee' and the sum of the actual deposit fees.
+Optional, default value if missing is 1.  0 and negative values are
+invalid and also interpreted as 1.
+
address@hidden pay_url
address@hidden pay_url
+Which URL accepts payments. This is the URL where the wallet will POST
+coins.
+
 @item fulfillment_url
 @cindex fulfillment URL
 Which URL should the wallet go to for obtaining the fulfillment,
@@ -687,9 +713,9 @@ for example the HTML or PDF of an article that was bought, 
or an
 order tracking system for shipments, or a simple human-readable
 Web page indicating the status of the contract.
 
address@hidden transaction_id
address@hidden transaction ID
-Numeric transaction ID, must be in the range @math{[0,2^{51})}.
address@hidden order_id
address@hidden order ID
+Alphanumeric identifier, freely definable by the merchant.
 Used by the merchant to uniquely identify the transaction.
 
 @item summary

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



reply via email to

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