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 119776f commit 83bb383Copy full SHA for 83bb383
WooCommerce/Classes/ViewRelated/MainTabBarController.swift
@@ -403,6 +403,7 @@ extension MainTabBarController {
403
static func navigateToOrderDetails(with orderID: Int64, siteID: Int64) {
404
showStore(with: siteID, onCompletion: { storeIsShown in
405
switchToOrdersTab {
406
+ // It failed to show the order's store. We navigate to the orders tab and stop, as we cannot show the order details screen
407
guard storeIsShown else {
408
return
409
}
0 commit comments