File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Modules/Sources/Networking/Model
WooCommerce/Classes/ViewRelated/Dashboard/Onboarding Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ public extension Site {
237237
238238 /// Whether the site has been reverted to a simple site
239239 ///
240- ///
241240 var isSimpleSite : Bool {
242241 plan == WooConstants . freePlanSlug
243242 }
Original file line number Diff line number Diff line change @@ -159,9 +159,8 @@ private extension StoreOnboardingCoordinator {
159159 /// Navigates the user to the plan subscription details view.
160160 ///
161161 func showPlanView( ) {
162- // Q: Confirming with Kiwi if this is still needed?
163- //let subscriptionController = SubscriptionsHostingController(siteID: site.siteID)
164- //navigationController.show(subscriptionController, sender: self)
162+ // No longer needed.
163+ // To be removed with continuation of 12401-gh
165164 }
166165}
167166
You can’t perform that action at this time.
0 commit comments