Skip to content

Commit

Permalink
Add needConsent to Stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauriC committed Jan 29, 2021
1 parent 6a60ffe commit 6f4c8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarteaucitron.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 6f4c8d3

Please sign in to comment.