From 0d55130cab17ec5cdbab823ca80f84118f5cfa40 Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Sat, 2 Nov 2024 16:44:48 -0700 Subject: [PATCH] Fix a couple of redirect URLs for PayPal --- layouts/partials/components/ticket_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); }); },