mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
94 - Ready to Demo
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
ticket_quantity: this.quantity,
|
||||
payment_token: token.id,
|
||||
}).then(response => {
|
||||
console.log("Charge succeeded")
|
||||
window.location = `/orders/${response.data.confirmation_number}`
|
||||
}).catch(response => {
|
||||
this.processing = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user