summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-01 19:40:47 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-01 19:40:47 +0200
commitf802004a95f5bd87165f34e2b35a3cb193159fad (patch)
treec909fc8080d03b3fd068015592f957126ecefe6c
parentb398e1a1d5fdf011ca8b45aa66246340fdf77b7c (diff)
downloaddocs-f802004a95f5bd87165f34e2b35a3cb193159fad.tar.gz
docs-f802004a95f5bd87165f34e2b35a3cb193159fad.tar.bz2
docs-f802004a95f5bd87165f34e2b35a3cb193159fad.zip
-make fieldnames more consistent
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8a39278d..8b9d44b4 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;