summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/_inc/lib/plans.php')
-rw-r--r--plugins/jetpack/_inc/lib/plans.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/_inc/lib/plans.php b/plugins/jetpack/_inc/lib/plans.php
index 1fa3503e..6dc43fca 100644
--- a/plugins/jetpack/_inc/lib/plans.php
+++ b/plugins/jetpack/_inc/lib/plans.php
@@ -7,7 +7,7 @@
* Not to be confused with the `Jetpack_Plan` (singular)
* class, which stores and syncs data about the site's _current_ plan.
*
- * @package Jetpack
+ * @package automattic/jetpack
*/
class Jetpack_Plans {
/**
@@ -23,7 +23,7 @@ class Jetpack_Plans {
require WP_CONTENT_DIR . '/admin-plugins/wpcom-billing/store-product-list.php';
}
- return Store_Product_List::get_active_plans_v1_5();
+ return Store_Product_List::api_only_get_active_plans_v1_4();
}
// We're on Jetpack, so it's safe to use this namespace.