Comment updated
This commit is contained in:
parent
9969c99f70
commit
d910ce4846
1 changed files with 3 additions and 2 deletions
|
@ -335,8 +335,9 @@ function civicrm_api3_twingle_donation_Submit($params) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not creat a new address if 'country' is the only address
|
// Make required address components configurable to prevent existing
|
||||||
// component. See issue #47
|
// contact addresses from being overwritten with incomplete address
|
||||||
|
// information. See issue #47
|
||||||
$required_address_components =
|
$required_address_components =
|
||||||
$profile->getAttribute('required_address_components');
|
$profile->getAttribute('required_address_components');
|
||||||
$unset_address_params = False;
|
$unset_address_params = False;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue