From f6759fb0049b5a6f5084bfe36f9a40a3497f697c Mon Sep 17 00:00:00 2001 From: Michael Beckwith Date: Tue, 8 Oct 2024 08:58:37 -0500 Subject: [PATCH] update our authentication URLs for various functionality --- src/View/Admin/WooTab.php | 6 +++--- src/View/Admin/connected.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/View/Admin/WooTab.php b/src/View/Admin/WooTab.php index d5620f09..8dd94741 100644 --- a/src/View/Admin/WooTab.php +++ b/src/View/Admin/WooTab.php @@ -396,7 +396,7 @@ private function get_connection_established_options() { * @since 2.0.0 */ public function render_cta_button() { - $url = 'https://login.constantcontact.com/login/?goto=https%3A%2F%2Fapp.constantcontact.com%2Fpages%2Fecomm-dash%2Fdashboard%2F%23%2Fwoocommerce'; + $url = 'https://login.constantcontact.com/login/?goto=https%3A%2F%2Fapp.constantcontact.com%2Fpages%2Fintegrations%2Fdashboard%2Fwoocommerce'; ?> 'connect', 'tab' => 'wc-settings' === $_GET['page'] ? 'cc_woo' : '', ), $url ); - $dash_url = 'https://login.constantcontact.com/login/?goto=https%3A%2F%2Fapp.constantcontact.com%2Fpages%2Fecomm-dash%2Fdashboard%2F%23%2Fwoocommerce'; + $dash_url = 'https://login.constantcontact.com/login/?goto=https%3A%2F%2Fapp.constantcontact.com%2Fpages%2Fintegrations%2Fdashboard%2Fwoocommerce'; ?>