fixed pricing new registered user redirection to checkout
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
this.closeModal()
|
||||
// redirect to /cart
|
||||
// window.location.href = "/cart"
|
||||
// TODO: redirect to checkout instead of cart
|
||||
// redirect to checkout instead of cart
|
||||
window.location.href = `/checkout/${data[0].order_id}/order_information`
|
||||
})
|
||||
.catch((error) => {
|
||||
|
Reference in New Issue
Block a user