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