Added token field in physical_ticket model. This token will also be stored in the qr code and will uniqely identify the ticket.
List all the unpaid ticket purchases of the user for that conference and allow user to pay for them.
Added PhysicalTicket model and controller. It holds the information about each physical ticket bought at the purchase. Physical Tickets are created after every successfull payment.