summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:20:54 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 04:20:54 -0400
commit79249d8a8d7319af567c7add5baf122dd9267375 (patch)
treed4448c3fd969208dadc3403220b4be8fc100d82e /core/api-merchant.rst
parent291fdd8fe618a92ec6172a5eaeccd1fc434dab08 (diff)
downloaddocs-79249d8a8d7319af567c7add5baf122dd9267375.tar.gz
docs-79249d8a8d7319af567c7add5baf122dd9267375.tar.bz2
docs-79249d8a8d7319af567c7add5baf122dd9267375.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 97a706c1..6748af3e 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -587,7 +587,7 @@ are for incomplete payments for an order and never for established contracts.
// Details about why a refund failed.
interface MerchantAbortPayRefundFailureStatus {
// Used as tag for the sum type RefundStatus sum type.
- type: "failure"
+ type: "failure";
// HTTP status of the exchange request, must NOT be 200.
exchange_status: Integer;