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 3749c01 commit 287a8ecCopy full SHA for 287a8ec
Modules/Sources/Networking/Remote/POSCatalogSyncRemote.swift
@@ -98,6 +98,7 @@ public class POSCatalogSyncRemote: Remote {
98
/// - siteID: Site ID to download catalog for.
99
/// - downloadURL: Download URL of the catalog file.
100
/// - Returns: List of products and variations in the POS catalog.
101
+ // periphery:ignore - TODO - remove this periphery ignore comment when this method is integrated with catalog sync
102
public func downloadCatalog(for siteID: Int64, downloadURL: String) async throws -> POSCatalog {
103
// TODO: WOOMOB-1173 - move download task to the background using `URLSessionConfiguration.background`
104
guard let url = URL(string: downloadURL) else {
0 commit comments