implement Double-Opt-In
This commit is contained in:
parent
675b682e0e
commit
5ad7069abc
8 changed files with 172 additions and 1 deletions
|
@ -151,6 +151,7 @@ function twingle_civicrm_alterAPIPermissions($entity, $action, &$params, &$permi
|
|||
$permissions['twingle_donation']['submit'] = array('access Twingle API');
|
||||
$permissions['twingle_donation']['cancel'] = array('access Twingle API');
|
||||
$permissions['twingle_donation']['endrecurring'] = array('access Twingle API');
|
||||
$permissions['twingle_donation']['doubleoptinconfirm'] = array('access Twingle API');
|
||||
}
|
||||
|
||||
// --- Functions below this ship commented out. Uncomment as required. ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue