Skip to content
Snippets Groups Projects
Unverified Commit 2f08eb60 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #15564 from eileenmcnaughton/deprectate

financial#79 minimal deprecation of Contribution.transact.
parents 7e662102 779cb42a
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment