Skip to content

Commit

Permalink
Merge pull request #52 from mailchimp/fix/oauth-url
Browse files Browse the repository at this point in the history
Update the OAuth service URL
  • Loading branch information
dkotter authored Aug 26, 2024
2 parents 5ef2ddc + 7b7bc57 commit 68b31e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-mailchimp-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Mailchimp_Admin {
* @since 1.6.0
* @var string
*/
private $oauth_url = 'https://woocommerce.mailchimpapp.com';
private $oauth_url = 'https://wordpress.mailchimpapp.com';

/**
* Initialize the class
Expand Down

0 comments on commit 68b31e2

Please sign in to comment.