Add Stripe service

This commit is contained in:
Amauri CHAMPEAUX 2021-01-28 17:12:36 +01:00
parent 2674b1586b
commit 6153b385f6
1 changed files with 14 additions and 0 deletions

View File

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