We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2539df0 commit acfcb36Copy full SHA for acfcb36
WooCommerce/Classes/ViewRelated/Dashboard/TopPerformers/TopPerformersDashboardViewModel.swift
@@ -244,7 +244,7 @@ private extension TopPerformersDashboardViewModel {
244
}
245
246
func createProductEntityListener(for item: TopEarnerStatsItem) -> EntityListener<Product> {
247
- /// Mock product item out of info from top start item
+ /// Mock product item out of details from top stat item
248
var product = Product(
249
siteID: siteID,
250
productID: item.productID,
0 commit comments