From 3a8c3b38136bc24a759d15f9c58788ca7ce20ac1 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Tue, 26 Mar 2019 11:36:41 +0000 Subject: [PATCH] Update download URL in helper --- includes/admin/helper/class-wc-helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/helper/class-wc-helper.php b/includes/admin/helper/class-wc-helper.php index 9d57927e113..ce957489fbe 100644 --- a/includes/admin/helper/class-wc-helper.php +++ b/includes/admin/helper/class-wc-helper.php @@ -185,7 +185,7 @@ class WC_Helper { } $subscription['download_primary'] = true; - $subscription['download_url'] = $subscription['product_url']; + $subscription['download_url'] = 'https://woocommerce.com/my-account/downloads/'; if ( ! $subscription['local']['installed'] && ! empty( $updates[ $subscription['product_id'] ] ) ) { $subscription['download_url'] = $updates[ $subscription['product_id'] ]['package']; }