We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8235630 commit 3bee655Copy full SHA for 3bee655
1 file changed
index.js
@@ -123,7 +123,7 @@ Mailchimp.prototype.request = function (options, done) {
123
var query = options.query;
124
125
var headers = {
126
- 'User-Agent' : 'mailchimp-api-v3 : https://github.com/thorning/node-mailchimp'
+ 'User-Agent' : 'mailchimp-api-v3 : https://github.com/initialstate/node-mailchimp'
127
};
128
129
// Mailchimp does not respect on the language set in requests bodies for confirmation emails on new subscribers (and maybe other)
0 commit comments