Skip to content

Commit 7ef4ce3

Browse files
committed
Update URL in MailchimpFragment to be more generic as violations were triggered
1 parent d6eb573 commit 7ef4ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fragments/MailchimpFragment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class MailchimpFragment implements Fragment
1313
{
14-
public const DOMAIN = '*.us3.list-manage.com';
14+
public const DOMAIN = '*.list-manage.com';
1515

1616
public static function addTo(Policy $policy): void
1717
{

0 commit comments

Comments
 (0)