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