94 - Ready to Demo

This commit is contained in:
Adam Wathan
2017-04-01 14:26:33 -04:00
parent e3f337f377
commit 4c92118426

View File

@@ -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
})