diff --git a/resources/assets/js/components/TicketCheckout.vue b/resources/assets/js/components/TicketCheckout.vue index 1f7d702..863ec6c 100644 --- a/resources/assets/js/components/TicketCheckout.vue +++ b/resources/assets/js/components/TicketCheckout.vue @@ -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 })