From 562f52ac450515aa209500aaf28968be466e787f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 24 Jul 2020 12:45:28 +0530 Subject: more string tags --- core/api-merchant.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 7c5e097d..26b009e2 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; -- cgit v1.2.3