summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:21:40 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:21:40 -0400
commitb78d1620571a964d91d68fbfbf06389b69e1a7f6 (patch)
tree8973f244678153f8cf078545d50f433415c9388a /core/api-merchant.rst
parent79249d8a8d7319af567c7add5baf122dd9267375 (diff)
downloaddocs-b78d1620571a964d91d68fbfbf06389b69e1a7f6.tar.gz
docs-b78d1620571a964d91d68fbfbf06389b69e1a7f6.tar.bz2
docs-b78d1620571a964d91d68fbfbf06389b69e1a7f6.zip
add missing trailing semicolon
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6748af3e..db5e58dc 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -606,7 +606,7 @@ are for incomplete payments for an order and never for established contracts.
// to the wallet and thus not included.
interface MerchantAbortPayRefundSuccessStatus {
// Used as tag for the sum type MerchantCoinRefundStatus sum type.
- type: "success"
+ type: "success";
// HTTP status of the exchange request, 200 (integer) required for refund confirmations.
exchange_status: 200;