Skip to content

Commit 4cd296e

Browse files
committed
Save stores for site creation action.
1 parent ab890bf commit 4cd296e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/Authentication/Store Creation/StoreCreationCoordinator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ final class StoreCreationCoordinator: Coordinator {
1919
@Published private var possibleSiteURLsFromStoreCreation: Set<String> = []
2020
private var possibleSiteURLsFromStoreCreationSubscription: AnyCancellable?
2121

22+
private let stores: StoresManager
2223
private let analytics: Analytics
2324
private let source: Source
2425
private let storePickerViewModel: StorePickerViewModel
@@ -39,6 +40,7 @@ final class StoreCreationCoordinator: Coordinator {
3940
storageManager: storageManager,
4041
analytics: analytics)
4142
self.switchStoreUseCase = SwitchStoreUseCase(stores: stores, storageManager: storageManager)
43+
self.stores = stores
4244
self.analytics = analytics
4345
self.featureFlagService = featureFlagService
4446
}

0 commit comments

Comments
 (0)