Skip to content

Commit 68b31e2

Browse files
authored
Merge pull request #52 from mailchimp/fix/oauth-url
Update the OAuth service URL
2 parents 5ef2ddc + 7b7bc57 commit 68b31e2

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)