Merge branch 'dev_7'
[#7] Pass IBAN to XCM to allow matching with the IBAN/Birthday matcher
This commit is contained in:
commit
b8e39bd903
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ function civicrm_api3_twingle_donation_Submit($params) {
|
|||
'user_email' => 'email',
|
||||
'user_telephone' => 'phone',
|
||||
'user_title' => 'formal_title',
|
||||
'debit_iban' => 'iban',
|
||||
) as $contact_param => $contact_component) {
|
||||
if (!empty($params[$contact_param])) {
|
||||
$contact_data[$contact_component] = $params[$contact_param];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue