Skip to content
Snippets Groups Projects
Commit 779cb42a authored by eileen's avatar eileen
Browse files

financial#79 minimal deprecation of Contribution.transact.

It seems urgent that we so some deprecation of this api - this is the absolute minimum.

More would involve creating some noise when people use it but there
is a separate issue for that. This is just to geet it out of being 'promoted'
by the api explorer
parent f51963f7
Branches
Tags
No related merge requests found
......@@ -763,3 +763,13 @@ function _civicrm_api3_contribution_repeattransaction_spec(&$params) {
'type' => CRM_Utils_Type::T_INT,
];
}
/**
* Declare deprecated functions.
*
* @return array
* Array of deprecated actions
*/
function _civicrm_api3_contribution_deprecation() {
return ['transact' => 'Contribute.transact is ureliable & unsupported - see https://docs.civicrm.org/dev/en/latest/financial/OrderAPI/ for how to move on'];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment