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/WooShippingSplitShipmentsViewModel.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ final class WooShippingSplitShipmentsViewModel: ObservableObject {
170
170
currency: order.currency,
171
171
currencySettings: currencySettings,
172
172
shippingSettingsService: shippingSettingsService)
173
+
shipmentsSavedInRemote = shipments
173
174
}
174
175
175
176
func didRequestRefund(for shipmentIndex:Int){
@@ -183,6 +184,7 @@ final class WooShippingSplitShipmentsViewModel: ObservableObject {
Copy file name to clipboardExpand all lines: WooCommerce/WooCommerceTests/ViewRelated/Shipping Label/WooShipping Create Shipping Labels/Split shipments/WooShippingSplitShipmentsViewModelTests.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -839,6 +839,7 @@ final class WooShippingSplitShipmentsViewModelTests: XCTestCase {
0 commit comments