Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

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 6ea5e6f commit 9d33729
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/generators/templates/spree_chimpy.rb
Original file line number Diff line number Diff line change
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 9d33729

Please sign in to comment.