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