You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Split Shipments/WooShippingSplitShipmentsDetailView.swift
Copy file name to clipboardExpand all lines: WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Split Shipments/WooShippingSplitShipmentsViewModel.swift
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,31 @@ final class WooShippingSplitShipmentsViewModel: ObservableObject {
210
210
undoMovingItemsHandler?()
211
211
movingCompletionMessage =nil
212
212
}
213
+
214
+
func mergeAllUnfulfilledShipments(){
215
+
varmergedShipment=Shipment()
216
+
217
+
// TODO-15440: check for fulfilled shipments and remove them from the list.
Copy file name to clipboardExpand all lines: WooCommerce/WooCommerceTests/ViewRelated/Shipping Label/WooShipping Create Shipping Labels/Split shipments/WooShippingSplitShipmentsViewModelTests.swift
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -467,6 +467,42 @@ final class WooShippingSplitShipmentsViewModelTests: XCTestCase {
0 commit comments