Skip to content

Commit

Permalink
Remove outdated TODO comment now that pagination support is implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclync committed Jan 13, 2025
1 parent 3e00a9f commit 3b33919
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Yosemite/Yosemite/PointOfSale/PointOfSaleItemService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public final class PointOfSaleItemService: PointOfSaleItemServiceProtocol {
productID: variation.productID,
variationID: variation.productVariationID))
}),
// TODO-14696: pagination support for variations lists
hasMorePages: pagedVariations.hasMorePages
)
}
Expand Down

0 comments on commit 3b33919

Please sign in to comment.