gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -make fieldnames more consistent


From: gnunet
Subject: [taler-docs] branch master updated: -make fieldnames more consistent
Date: Sun, 01 Aug 2021 19:40:49 +0200

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 f802004  -make fieldnames more consistent
f802004 is described below

commit f802004a95f5bd87165f34e2b35a3cb193159fad
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 1 19:40:47 2021 +0200

    -make fieldnames more consistent
---
 core/api-merchant.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8a39278..8b9d44b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1813,12 +1813,12 @@ Inspecting orders
       // encountered tracking the wire transfer for this purchase (before
       // we even got to specific coin issues).
       // 0 if there were no issues.
-      exchange_ec: number;
+      exchange_code: number;
 
       // HTTP status code returned by the exchange when we asked for
       // information to track the wire transfer for this purchase.
       // 0 if there were no issues.
-      exchange_hc: number;
+      exchange_http_status: number;
 
       // Total amount that was refunded, 0 if refunded is false.
       refund_amount: Amount;
@@ -1932,10 +1932,10 @@ Inspecting orders
       hint: string;
 
       // Numerical `error code <error-codes>` from the exchange.
-      exchange_ec: number;
+      exchange_code: number;
 
       // HTTP status code received from the exchange.
-      exchange_hc: number;
+      exchange_http_status: number;
 
       // Public key of the coin for which we got the exchange error.
       coin_pub: CoinPublicKey;

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