From 0407779d55ecd4405dc124054ed2238bebdc2b45 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 7 Jun 2026 20:10:50 -0300 Subject: [PATCH] open Stripe checkout in same tab instead of new tab --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d0a59d2..c35ca83 100644 --- a/index.html +++ b/index.html @@ -2421,7 +2421,7 @@ const form = document.createElement('form'); form.method = 'POST'; form.action = ORDER_WEBHOOK; - form.target = '_blank'; + form.target = '_self'; form.style.display = 'none'; const fields = {