Skip to content

Commit 4a951e6

Browse files
committed
Message corrected in access_code
1 parent 1a4967a commit 4a951e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/ticketing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def create_order(form, from_organizer=False):
243243
access_code = TicketingManager.get_access_code(form.get('event_id'), form.get('promo_code', ''))
244244
if access_code and discount:
245245
order.discount_code = discount
246-
flash('Both access code and discount code has been applied. You can make this order now.', 'success')
246+
flash('Both access code and discount code have been applied. You can make this order now.', 'success')
247247
elif discount:
248248
order.discount_code = discount
249249
flash('The promotional code entered is valid. Offer has been applied to this order.', 'success')

0 commit comments

Comments
 (0)