Skip to content

Commit

Permalink
Remove List Name From Initializer Template
Browse files Browse the repository at this point in the history
The API will only return at max 30 list names for pattern matching. If a
store has more than 30 lists, then the likelyhood of the pattern
matching to be successful is limited. Encourage the user to use the list
id instead.
  • Loading branch information
braidn committed Jan 9, 2016
1 parent 86c9fd5 commit af8a138
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/generators/templates/spree_chimpy.rb
Expand Up @@ -5,8 +5,10 @@
# extra api options for the Mailchimp gem
# config.api_options = { throws_exceptions: false, timeout: 3600 }

# name of your list, defaults to "Members"
# config.list_name = 'peeps'
# list_id of the list you want to use.
# These ID's can be found by visiting your list in the Mailchimp admin,
# clicking on the settings tab, then the list names and defaults option.
# config.list_id = 'some_list_id'

# Allow users to be subscribed by default. Defaults to false
# If you enable this option, it's strongly advised that your enable
Expand Down

0 comments on commit af8a138

Please sign in to comment.