gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 10/18: add missing trailing semicolon


From: gnunet
Subject: [taler-docs] 10/18: add missing trailing semicolon
Date: Wed, 17 Mar 2021 09:27:10 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

commit b78d1620571a964d91d68fbfbf06389b69e1a7f6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 04:21:40 2021 -0400

    add missing trailing semicolon
---
 core/api-merchant.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6748af3..db5e58d 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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]