diff --git a/layouts/partials/components/ticket_list.html b/layouts/partials/components/ticket_list.html index 4f9031c..9e70b38 100644 --- a/layouts/partials/components/ticket_list.html +++ b/layouts/partials/components/ticket_list.html @@ -224,7 +224,7 @@ // Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2)); // Redirect - actions.redirect('https://www.handmade-seattle.com/registered'); + actions.redirect('https://handmadecities.com/registered'); }); }, @@ -256,7 +256,7 @@ // Full available details console.log('Capture result', orderData, JSON.stringify(orderData, null, 2)); // Redirect - actions.redirect('https://www.handmade-seattle.com/registered'); + actions.redirect('https://handmadecities.com/registered'); }); },