From 51033673caae0151081428627ca04a2999ef6781 Mon Sep 17 00:00:00 2001 From: Vlad Olaru Date: Thu, 19 Sep 2024 13:03:04 +0300 Subject: [PATCH] Minor cleanup --- .../Features/OnboardingTasks/Tasks/AdditionalPayments.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php b/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php index f5cdd68fedd..548313c5786 100644 --- a/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php +++ b/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php @@ -4,8 +4,6 @@ namespace Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks; use Automattic\WooCommerce\Admin\Features\Features; -use Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments; -use Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\WooCommercePayments; use Automattic\WooCommerce\Admin\Features\PaymentGatewaySuggestions\Init; /** @@ -98,7 +96,7 @@ class AdditionalPayments extends Payments { return $this->can_view_result; } - // Show task if woocommerce-payments is connected or if there are any suggested gateways in other category enabled. + // Show task if WooPayments is connected or if there are any suggested gateways in other category enabled. $this->can_view_result = ( WooCommercePayments::is_connected() || self::has_enabled_other_category_gateways()