open Stripe checkout in same tab instead of new tab

This commit is contained in:
Oliver
2026-06-07 20:10:50 -03:00
parent 717c59389e
commit 0407779d55
+1 -1
View File
@@ -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 = {