commit 44b5eaf1bc2f45b3c48ed60e53c745e7950dc48f parent da2fddabdc5a8e28f5ef3c9090da08ae3595b581 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 2 Nov 2019 12:14:24 +0100 refund amount now optional field Diffstat:
| M | core/api-merchant.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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;