Skip to content
Snippets Groups Projects
Unverified Commit 764b6ab7 authored by Rich Lott's avatar Rich Lott Committed by GitHub
Browse files

Update docs/financial/OrderAPI.md


Co-Authored-By: default avatarMikey O'Toole <mikey@mjco.uk>
parent 2eedc5b8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ An 'order' is a non-CiviCRM term that corresponds to how CiviCRM uses its contri
Donations, memberships and event registrations are all potential line items in an order/contribution. Pledge payments via a contribution's line item are a potential future enhancement.
The Order API wraps the creation of associated objects like memberships and event registrations. In other words, don't create the objects first before adding them as an array of `line_item`.create parameters; instead rely on the Order API to create them for you.
The Order API wraps the creation of associated objects like memberships and event registrations. In other words, don't create the objects first before adding them as an array of `line_item.create` parameters; instead rely on the Order API to create them for you.
On creation, the status of contribution and any related memberships or event registrations is Pending if the contribution is pending.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment