commit e0f54f9ef7d2ef4241e6203b277cb251edf47f66 parent d0c163b76364efce320bdbc2e593a3f4c890a748 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 06:18:19 -0400 fold long line; add missing trailing semicolon Diffstat:
| M | core/api-merchant.rst | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1763,7 +1763,9 @@ Inspecting orders .. ts:def:: MerchantOrderStatusResponse - type MerchantOrderStatusResponse = CheckPaymentPaidResponse | CheckPaymentClaimedResponse | CheckPaymentUnpaidResponse + type MerchantOrderStatusResponse = CheckPaymentPaidResponse | + CheckPaymentClaimedResponse | + CheckPaymentUnpaidResponse; .. ts:def:: CheckPaymentPaidResponse