Skip to content

Commit 7b7bc57

Browse files
committed
Update the URL used for our OAuth service
1 parent 5ef2ddc commit 7b7bc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-mailchimp-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Mailchimp_Admin {
2323
* @since 1.6.0
2424
* @var string
2525
*/
26-
private $oauth_url = 'https://woocommerce.mailchimpapp.com';
26+
private $oauth_url = 'https://wordpress.mailchimpapp.com';
2727

2828
/**
2929
* Initialize the class

0 commit comments

Comments
 (0)