Skip to content

Commit

Permalink
Fix paypal-us
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Oct 23, 2024
1 parent 0a0054b commit d12e1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/autoconsent/paypal-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paypal-us",
"prehideSelectors": ["#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel"],
"detectCmp": [{ "exists": "#ccpaCookieBanner, .privacy-sheet-content" }],
"detectPopup": [{ "exists": "#ccpaCookieBanner, .privacy-sheet-content" }],
"detectPopup": [{ "visible": "#ccpaCookieBanner, .privacy-sheet-content" }],
"optIn": [{ "click": "#acceptAllButton" }],
"optOut": [
{
Expand All @@ -22,7 +22,7 @@
"all": true,
"optional": true
},
{ "click": ".confirmCookie #submitCookiesBtn" }
{ "click": ".cookieAction.saveCookie,.confirmCookie #submitCookiesBtn" }
]
}
]
Expand Down

0 comments on commit d12e1ff

Please sign in to comment.