Skip to content

Commit

Permalink
Update the URL used for our OAuth service
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Aug 26, 2024
1 parent 5ef2ddc commit 7b7bc57
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 7b7bc57

Please sign in to comment.