Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3db2d09

Browse files
author
vikasrohit
committed
AS#118090147171048, Mail chimp Integration
-- Use default subscription for existing users as well
1 parent de42c06 commit 3db2d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/settings/email/email.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import angular from 'angular'
6767
vm.loading = false
6868
if (!subscription) {
6969
// add member to the list with default preferences
70-
MailchimpService.addSubscription(userData, {}).then(function(resp) {
70+
MailchimpService.addSubscription(userData).then(function(resp) {
7171
logger.debug(resp)
7272
}).catch(function(err) {
7373
// no error to user

0 commit comments

Comments
 (0)