projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2ed39
)
Correct description
author
Joe Murray
<joe.murray@jmaconsulting.biz>
Fri, 17 Mar 2017 18:02:38 +0000
(14:02 -0400)
committer
GitHub
<noreply@github.com>
Fri, 17 Mar 2017 18:02:38 +0000
(14:02 -0400)
There are no order records as there is no order table.
api/v3/Order.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Order.php
b/api/v3/Order.php
index c0dc2985fbc210020cd8994d82d0f46de04d06c0..4bbaef684f06e79a9c58d8cb7f838c0cafa289e7 100644
(file)
--- a/
api/v3/Order.php
+++ b/
api/v3/Order.php
@@
-26,7
+26,8
@@
*/
/**
- * This api exposes CiviCRM Order records.
+ * This api exposes CiviCRM Order objects, an abstract entity
+ * comprised of contributions and related line items.
*
* @package CiviCRM_APIv3
*/