commit dae7b2b8b4623152f06a3a24aa147bdaa4e35094
parent e0f54f9ef7d2ef4241e6203b277cb251edf47f66
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 06:19:12 -0400
capitalize first word in sentence; add period at end of sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1770,7 +1770,7 @@ Inspecting orders
.. ts:def:: CheckPaymentPaidResponse
interface CheckPaymentPaidResponse {
- // the customer paid for this contract
+ // The customer paid for this contract.
order_status: "paid";
// Was the payment refunded (even partially)