-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 16800: Subscriber Status Data Field not synced
**Repro Steps** - Set this option to NO (EC> Sync Settings > Address Book Data Mapping > Allow non-subscribed contacts to be imported) - Register and sign up to newsletter - Run Contact Sync and importer - Login to EC and confirm that the contact has SUBSCRIBER_STATUS to 'Subscribed' - Go to magento storefront then go to 'My Account' and unsubscribe - Run importer sync **Actual Result** This contact in EC still have SUBSCRIBER_STATUS = 'Subscribed' Data Field **Expected Result** This contact should have SUBSCRIBER_STATUS = 'Unsubscribed' Data Field **Notes** If a user is manually unsubscribed from Magento storefront, she will still keep her "last_subscribed_at" date. Related work items: #99216
- Loading branch information
Showing
2 changed files
with
44 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters