From dae7b2b8b4623152f06a3a24aa147bdaa4e35094 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Mar 2021 06:19:12 -0400 Subject: capitalize first word in sentence; add period at end of sentence --- core/api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index a6270ac5..f29ede79 100644 --- 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) -- cgit v1.2.3