taler-docs

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

commit 2eb881e9219715b730999b0d4198401087c39d4e
parent 0ff4bbebcfe9e253ea66a016f449129a8a053762
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 06:22:40 -0400

capitalize first word in sentence; add period at end of sentence

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 @@ -1835,7 +1835,7 @@ Inspecting orders .. ts:def:: CheckPaymentUnpaidResponse interface CheckPaymentUnpaidResponse { - // the order was neither claimed nor paid + // The order was neither claimed nor paid. order_status: "unpaid"; // URI that the wallet must process to complete the payment.