DynamoMTL / spree_chimpy

Spree/MailChimp Integration
BSD 3-Clause "New" or "Revised" License
35 stars 123 forks source link

Ignore case in segment name #15

Closed johanb closed 11 years ago

johanb commented 11 years ago

Mailchimp doesn't care about case when creating segments. It sees "Customers" as equal to "customers". Therefor we need to compare the passed in segment name in a case insensitive way.