Commit 5ed2f6df01 for woocommerce
commit 5ed2f6df0105c95c41d15f93c066cfd7dfef3c69
Author: Jonas Höbenreich <64426524+jonas-hoebenreich@users.noreply.github.com>
Date: Mon Feb 9 08:31:09 2026 +0100
docs: fix incorrect table reference in sync_order_products (#63183)
fix: incorrect table name in comment
diff --git a/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php b/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php
index 08af457ebd..20fa3daf46 100644
--- a/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php
+++ b/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php
@@ -444,7 +444,7 @@ class DataStore extends ReportsDataStore implements DataStoreInterface {
}
/**
- * Create or update an entry in the wc_admin_order_product_lookup table for an order.
+ * Create or update an entry in the wc_order_product_lookup table for an order.
*
* @since 3.5.0
* @param int $order_id Order ID.