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",