Refactoring for better performance and maintainability
This commit is contained in:
parent
007dd179ba
commit
17589ef616
5 changed files with 248 additions and 148 deletions
|
@ -27,6 +27,11 @@ class CRM_Twingle_Submission {
|
|||
*/
|
||||
const GROUP_TYPE_NEWSLETTER = 'Mailing List';
|
||||
|
||||
/**
|
||||
* The option value for the contribution type for completed contributions.
|
||||
*/
|
||||
const CONTRIBUTION_STATUS_COMPLETED = 'Completed';
|
||||
|
||||
/**
|
||||
* The default ID of the "Employer of" relationship type.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue