From d3fec1568d1b7bcb8054cfaa33b6689abc8501da Mon Sep 17 00:00:00 2001 From: Eileen McNaughton <emcnaughton@wikimedia.org> Date: Wed, 23 Oct 2019 08:57:40 +1300 Subject: [PATCH] Update docs/financial/PaymentAPI.md Co-Authored-By: Mikey O'Toole <mikey@mjco.uk> --- docs/financial/PaymentAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/financial/PaymentAPI.md b/docs/financial/PaymentAPI.md index 90c96394..39f93b5a 100644 --- a/docs/financial/PaymentAPI.md +++ b/docs/financial/PaymentAPI.md @@ -14,7 +14,7 @@ Note that paymentprocessor.pay handles the communication with a payment processo After a contribution has been created, for example using the best practice Order.create API call, use the Payment.create API action to - record a payment against the contribution - either fully or partially paying the contribution amount -- record a refund against the contribution +* record a refund against the contribution Use the Payment.cancel api to reverse a refunded payment. -- GitLab