open Stripe checkout in same tab instead of new tab
This commit is contained in:
+1
-1
@@ -2421,7 +2421,7 @@
|
|||||||
const form = document.createElement('form');
|
const form = document.createElement('form');
|
||||||
form.method = 'POST';
|
form.method = 'POST';
|
||||||
form.action = ORDER_WEBHOOK;
|
form.action = ORDER_WEBHOOK;
|
||||||
form.target = '_blank';
|
form.target = '_self';
|
||||||
form.style.display = 'none';
|
form.style.display = 'none';
|
||||||
|
|
||||||
const fields = {
|
const fields = {
|
||||||
|
|||||||
Reference in New Issue
Block a user