Skip to content

Commit

Permalink
Revert "feat: add product option to autocomplete orders (#3072)"
Browse files Browse the repository at this point in the history
This reverts commit 4a2859b.
  • Loading branch information
dkoo committed May 13, 2024
1 parent 31898b6 commit 4a35fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 193 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ class WooCommerce_Connection {
* @codeCoverageIgnore
*/
public static function init() {
include_once __DIR__ . '/class-woocommerce-cli.php';
include_once __DIR__ . '/class-woocommerce-cover-fees.php';
include_once __DIR__ . '/class-woocommerce-order-utm.php';
include_once __DIR__ . '/class-woocommerce-products.php';
include_once __DIR__ . '/class-woocommerce-cover-fees.php';
include_once __DIR__ . '/class-woocommerce-cli.php';

\add_action( 'admin_init', [ __CLASS__, 'disable_woocommerce_setup' ] );
\add_filter( 'option_woocommerce_subscriptions_allow_switching', [ __CLASS__, 'force_allow_subscription_switching' ], 10, 2 );
Expand Down
190 changes: 0 additions & 190 deletions includes/reader-revenue/woocommerce/class-woocommerce-products.php

This file was deleted.

0 comments on commit 4a35fd5

Please sign in to comment.