gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (e225ee2 -> f4d412e)


From: gnunet
Subject: [taler-docs] branch master updated (e225ee2 -> f4d412e)
Date: Mon, 10 Aug 2020 13:54:53 +0200

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

dold pushed a change to branch master
in repository docs.

    from e225ee2  GET /orders/ should ignore timeout_ms if processing html 
request
     new 60a915b  comment
     new f4d412e  formatting

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 design-documents/007-payment.rst | 6 ++++--
 taler-wallet.rst                 | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst
index c897dd0..dd01b60 100644
--- a/design-documents/007-payment.rst
+++ b/design-documents/007-payment.rst
@@ -82,7 +82,8 @@ The merchant backend runs the following steps to generate the
 
      
{backendBaseUrl}/orders/{order-ID}?h_contract={contract-hash}&session_id={session-ID}
 
-  together with the status *unpaid*. (If *session-ID* is null, it does not 
matter for which session the contract was paid.) **Terminate.**
+   together with the status *unpaid*. (If *session-ID* is null, it does not
+   matter for which session the contract was paid.) **Terminate.**
 
 6. Here *order-ID* must now identify an order that is *paid* or *refunded*. 
Obtain the contract terms hash *contract-hash* and return the URL
 
@@ -90,7 +91,8 @@ The merchant backend runs the following steps to generate the
 
      
{backendBaseUrl}/orders/{order-ID}?h_contract={contract-hash}&session_id={session-ID}
 
-  together with the status *paid* or *refunded* (and if applicable, with 
details about the applied refunds). **Terminate.**
+   together with the status *paid* or *refunded* (and if applicable, with
+   details about the applied refunds). **Terminate.**
 
 
 
diff --git a/taler-wallet.rst b/taler-wallet.rst
index ebcf4c2..8c414ad 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -406,7 +406,8 @@ Transactions are all operations or events that are 
affecting the balance.
       // Part of the refund that couldn't be applied because the refund 
permissions were expired
       amountInvalid: Amount;
 
-      // Amount that has been refunded by the merchant
+      // Amount that has been refunded by the merchant.
+      // Corresponds to amountRefundGranted from the applyRefund response.
       amountRaw: Amount;
 
       // Amount will be added to the wallet's balance after fees and 
refreshing.

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