Skip to content

Commit 430f5f8

Browse files
committed
update note
1 parent a88b60d commit 430f5f8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Modules/Sources/Networking/Model/Site.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

WooCommerce/Classes/ViewRelated/Dashboard/Onboarding/StoreOnboardingCoordinator.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)