From 44b5eaf1bc2f45b3c48ed60e53c745e7950dc48f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 2 Nov 2019 12:14:24 +0100 Subject: refund amount now optional field --- core/api-merchant.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index b74de795..aca1e8c4 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -115,8 +115,8 @@ Receiving Payments // Was the payment refunded (even partially) refunded: boolean; - // Amount that was refunded - refund_amount: Amount; + // Amount that was refunded, only present if refunded is true. + refund_amount?: Amount; // Contract terms contract_terms: ContractTerms; -- cgit v1.2.3