From 595d2b1963e08f3aa957e6e3d6c82286cf078631 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 22 Feb 2021 10:42:04 +0100 Subject: [PATCH] Stripe need to be fixed --- tarteaucitron.services.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 4ec6173..e53dff5 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -997,7 +997,7 @@ tarteaucitron.services.stonly = { }; // stripe -tarteaucitron.services.stripe = { +/*tarteaucitron.services.stripe = { "key": "stripe", "type": "api", "name": "Stripe", @@ -1008,7 +1008,7 @@ tarteaucitron.services.stripe = { "use strict"; tarteaucitron.addScript('https://js.stripe.com/v3/'); } -}; +};*/ // ferank pub tarteaucitron.services.ferankpub = {