From 9727fac3d9f06e3f98e383172183b176b9057e9b Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sat, 1 Oct 2022 14:23:48 +0200 Subject: [PATCH] Fix token error --- htdocs/takepos/pay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/takepos/pay.php b/htdocs/takepos/pay.php index 1222ccd1786..63347dcfe51 100644 --- a/htdocs/takepos/pay.php +++ b/htdocs/takepos/pay.php @@ -337,7 +337,7 @@ if ($conf->global->TAKEPOS_NUMPAD == 0) { function fetchPaymentIntentClientSecret(amount, invoiceid) { const bodyContent = JSON.stringify({ amount : amount, invoiceid : invoiceid }); return fetch('', {