From 2d37d28e329836e883092794e1569be0b797203a Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 12 Jun 2026 07:43:18 -0300 Subject: [PATCH] fix: restore missing element for location was missing its opening tag, causing document.getElementById('pricing-location') to return null in hireAgent(). This broke the 'Continue with Stripe' button. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e28bf61..7fef182 100644 --- a/index.html +++ b/index.html @@ -2703,6 +2703,7 @@ +