commit cb55e3807abb00490b12c57c4f5bc41881e42474 parent a06ea33a10d39f94300b890333dfdc502dbe7f4f Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 04:05:39 -0400 add missing question mark Diffstat:
| M | core/api-merchant.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -368,7 +368,7 @@ Querying payment status // Was the payment refunded (even partially, via refund or abort)? refunded: boolean; - // Is any amount of the refund still waiting to be picked up (even partially) + // Is any amount of the refund still waiting to be picked up (even partially)? refund_pending: boolean; // Amount that was refunded in total.