Merge branch 'dev_7'

[#7] Pass IBAN to XCM to allow matching with the IBAN/Birthday matcher
This commit is contained in:
Jens Schuppe 2019-09-09 09:48:52 +02:00
commit b8e39bd903

View file

@ -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];