Add needConsent to Stripe
This commit is contained in:
parent
6a60ffeee3
commit
6f4c8d30c1
|
|
@ -962,7 +962,7 @@ tarteaucitron.services.stripe = {
|
||||||
"type": "api",
|
"type": "api",
|
||||||
"name": "Stripe",
|
"name": "Stripe",
|
||||||
"uri": "https://stripe.com/cookies-policy/legal",
|
"uri": "https://stripe.com/cookies-policy/legal",
|
||||||
"needConsent": false,
|
"needConsent": true,
|
||||||
"cookies": [],
|
"cookies": [],
|
||||||
"js": function () {
|
"js": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue