Skip to content
Snippets Groups Projects
Commit 59fe57f7 authored by eileen's avatar eileen
Browse files

update extamples

parent f70a6752
Branches
Tags
No related merge requests found
......@@ -33,6 +33,7 @@ $params = array(
'unit_price' => '80',
),
),
'debug' => 0,
);
$result = civicrm_api( 'contribution','create',$params );
......
......@@ -7,6 +7,7 @@ function contribution_get_example(){
$params = array(
'contribution_id' => 1,
'version' => 3,
'debug' => 0,
);
$result = civicrm_api( 'contribution','get',$params );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment