We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4967a commit 4a951e6Copy full SHA for 4a951e6
app/helpers/ticketing.py
@@ -243,7 +243,7 @@ def create_order(form, from_organizer=False):
243
access_code = TicketingManager.get_access_code(form.get('event_id'), form.get('promo_code', ''))
244
if access_code and discount:
245
order.discount_code = discount
246
- flash('Both access code and discount code has been applied. You can make this order now.', 'success')
+ flash('Both access code and discount code have been applied. You can make this order now.', 'success')
247
elif discount:
248
249
flash('The promotional code entered is valid. Offer has been applied to this order.', 'success')
0 commit comments