gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

ttn pushed a commit to branch master
in repository docs.

commit 79249d8a8d7319af567c7add5baf122dd9267375
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 04:20:54 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 97a706c..6748af3 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;

-- 
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]