Skip to content

Commit

Permalink
Merge pull request #36 from edly-io/haseeb/fix-order-confirmation-ema…
Browse files Browse the repository at this point in the history
…il-urls

Added platform name in email context from configuration helper
  • Loading branch information
Muhammad Haseeb authored Jun 25, 2020
2 parents 03adaae + 6ca9b62 commit 5b80027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/notifications/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def send_notification(user, commtype_code, context, site):
context.update({
'full_name': full_name,
'site_domain': site.domain,
'platform_name': site.name,
'platform_name': configuration_helpers.get('PLATFORM_NAME', site.name),
'tracking_pixel': tracking_pixel,
'edly_mailing_address': configuration_helpers.get('CONTACT_MAILING_ADDRESS'),
'edly_copyright_text': configuration_helpers.get('EDLY_COPYRIGHT_TEXT'),
Expand Down

0 comments on commit 5b80027

Please sign in to comment.