Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.0.8
-
Fix Version/s: 4.2.0
-
Component/s: CiviCRM API
-
Labels:None
Description
An API call as
$params = array(
'contribution_id' => false,
'version' => 3,
'check_permissions' => false,
);
$contribution = civicrm_api( 'Contribution', 'Get', $params);
does not result in an API response containing an error message but the following error:
Sorry. A non-recoverable error has occurred.
is not of the type Integer