From 6153b385f624737e2854d26216318e31550602df Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 28 Jan 2021 17:12:36 +0100 Subject: [PATCH] Add Stripe service --- tarteaucitron.services.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 04177b8..cf2c01b 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -956,6 +956,20 @@ tarteaucitron.services.simpleanalytics = { } }; +// stripe +tarteaucitron.services.stripe = { + "key": "stripe", + "type": "api", + "name": "Stripe", + "uri": "https://stripe.com/cookies-policy/legal", + "needConsent": false, + "cookies": [], + "js": function () { + "use strict"; + tarteaucitron.addScript('https://js.stripe.com/v3/'); + } +}; + // ferank pub tarteaucitron.services.ferankpub = { "key": "ferankpub",