From 7d6e220b66c146b497e558555690fa0482c5c7f9 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton <emcnaughton@wikimedia.org> Date: Wed, 23 Oct 2019 08:57:33 +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 587a2f2a..90c96394 100644 --- a/docs/financial/PaymentAPI.md +++ b/docs/financial/PaymentAPI.md @@ -11,7 +11,7 @@ It is now best practice to use the Payment.create API call. Note that paymentprocessor.pay handles the communication with a payment processor to instigate a payment. Similarly, paymentprocessor.refund handles the communication with a payment processor to instigate a refund. -After a contribution has been created, for example using the best practice Order.create api call, use the Payment.create api action to +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 -- GitLab