public function testDeleteContribution() {
- $contributionID = $this->contributionCreate($this->_individualId, $this->_financialTypeId, 'dfsdf', 12389);
+ $contributionID = $this->contributionCreate(array('contact_id' => $this->_individualId), $this->_financialTypeId, 'dfsdf', 12389);
$params = array(
'id' => $contributionID,
);
'sequential' => 1,
);
- $contributionID = $this->contributionCreate($this->_individualId, $this->_financialTypeId, 45, 45);
+ $contributionID = $this->contributionCreate(array('contact_id' => $this->_individualId), $this->_financialTypeId,
+ 45, 45);
$pledge = $this->callAPISuccess('Pledge', 'Create', $pledgeParams);
//test the pledge_payment_create function