taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b78d1620571a964d91d68fbfbf06389b69e1a7f6
parent 79249d8a8d7319af567c7add5baf122dd9267375
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 04:21:40 -0400

add missing trailing semicolon

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;