gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 01/02: more string tags


From: gnunet
Subject: [taler-docs] 01/02: more string tags
Date: Fri, 24 Jul 2020 13:30:05 +0200

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

dold pushed a commit to branch master
in repository docs.

commit 562f52ac450515aa209500aaf28968be466e787f
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Jul 24 12:45:28 2020 +0530

    more string tags
---
 core/api-merchant.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 7c5e097..26b009e 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1366,7 +1366,7 @@ Payment processing
 
     interface StatusPaid {
       // Has the payment for this order (ever) been completed?
-      paid: true;
+      status: "paid";
 
       // Was the payment refunded (even partially, via refund or abort)?
       refunded: boolean;
@@ -1386,7 +1386,7 @@ Payment processing
 
     interface StatusUnpaid {
       // Has the payment for this order (ever) been completed?
-      paid: false;
+      status: "unpaid";
 
       // URI that the wallet must process to complete the payment.
       taler_pay_uri: string;

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