&& CONSTANT_CONTACT) {
$contact->attach(new Toolkit_LeadManager_ConstantContact());
}
+ if ( defined('MAILCHIMP_APP')
+ && MAILCHIMP_APP) {
+ $contact->attach(new Toolkit_LeadManager_MailChimp());
+ }
}
$contact->save($this->dbh, false);
; Mailchimp List Id (List)
contactdb.mcapi.listId = "8b27bab6a8"
; Mailchimp username
-contactdb.mcapi.user = "GolfMecca101";
+contactdb.mcapi.user = "GolfMecca101"
; Turn the coupon application On or Off
coupons.application = Off
[development : production]
contactdb.mcapi.apikey = "bc09e2b095b07e87e65169df37deacfd-us19"
contactdb.mcapi.listId = "af73c15416"
-contactdb.mcapi.user = "steve@gaslightmedia.com";
+contactdb.mcapi.user = "steve@gaslightmedia.com"
; chuck's server configuration data inherits from development
; and overrides values as necessary