Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Updated Braze client to also send emails to users with unsubscribed s…
Browse files Browse the repository at this point in the history
…tatus
  • Loading branch information
irfanuddinahmad committed Jul 13, 2021
1 parent 904bb06 commit f9788b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ecommerce_worker/email/v1/braze/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def send_message(
message = {
'user_aliases': user_aliases,
'external_user_ids': external_ids,
'recipient_subscription_state': 'all',
'messages': {
'email': email
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def is_requirement(line):

setup(
name='edx-ecommerce-worker',
version='2.2.0',
version='2.2.1',
description='Celery tasks supporting the operations of edX\'s ecommerce service',
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit f9788b4

Please sign in to comment.