summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3543e7c7..99846a84 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2019,10 +2019,10 @@ Giving Refunds
.. ts:def:: RefundRequest
interface RefundRequest {
- // Amount to be refunded
+ // Amount to be refunded.
refund: Amount;
- // Human-readable refund justification
+ // Human-readable refund justification.
reason: string;
}