Mailchimp is changing from 'List' to 'Audience' so this module will too.
rjacobsen0 created an issue. See original summary.
Only user-facing strings and comments.
Caught missing instances of the name change with `grep -i ' List' -R . | grep -v '*' | grep -v '//' | grep -v 'logger' | grep -v txt | grep -v watchdog | grep -v throw | grep -vi test`
Issue #3062641 by rjacobsen0: Change from List to Audience e-commerce D7
Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
rjacobsen0 commentedOnly user-facing strings and comments.
Comment #3
rjacobsen0 commentedCaught missing instances of the name change with `grep -i ' List' -R . | grep -v '*' | grep -v '//' | grep -v 'logger' | grep -v txt | grep -v watchdog | grep -v throw | grep -vi test`
Comment #5
samuel.mortensonThanks!