File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ #### v1.13.1 (2020-02-20):
4+
5+ - Fix keyerror due to my_tickets_url resulting in failure of order patch.
6+
37#### v1.13.0 (2020-02-20):
48
59- Fix cron job timings preventing multiple emails to attendees
Original file line number Diff line number Diff line change 190190 u"<br/>Your order has been processed successfully."
191191 + u"<br/> Your tickets & invoice have been enclosed."
192192 u"<br><br>You can also download your tickets in <b>My Tickets</b> section."
193- u"<br/>Login to manage the orders at <a href='{mytickets_url }' target='_blank'>{mytickets_url }</a> </em>"
193+ u"<br/>Login to manage the orders at <a href='{my_tickets_url }' target='_blank'>{my_tickets_url }</a> </em>"
194194 u"<br><br><em>Looking forward to seeing you at the event."
195195 ),
196196 },
Original file line number Diff line number Diff line change 11from flask import Blueprint , jsonify
22
3- SERVER_VERSION = '1.13.0 '
3+ SERVER_VERSION = '1.13.1 '
44
55info_route = Blueprint ('info' , __name__ )
66_build = {'version' : SERVER_VERSION }
You can’t perform that action at this time.
0 commit comments