commit 79249d8a8d7319af567c7add5baf122dd9267375
parent 291fdd8fe618a92ec6172a5eaeccd1fc434dab08
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 04:20:54 -0400
add missing trailing semicolon
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;