Skip to content

Commit

Permalink
Update app/api/helpers/mail.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Areeb Jamal <[email protected]>
  • Loading branch information
mrsaicharan1 and iamareebjamal authored Feb 7, 2020
1 parent b39deec commit 4b7a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/helpers/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def send_email_to_attendees(order, purchaser_id, attachments=None):
event_name=order.event.name, invoice_id=order.invoice_number
),
html=MAILS[TICKET_PURCHASED_ATTENDEE]['message'].format(
mytickets_url=get_settings()['frontend_url'] + '/my-tickets',
my_tickets_url=get_settings()['frontend_url'] + '/my-tickets',
event_name=order.event.name,
),
attachments=attachments,
Expand Down

0 comments on commit 4b7a358

Please sign in to comment.