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 8b66984 commit 496d36cCopy full SHA for 496d36c
Modules/Sources/Yosemite/Model/Storage/Order+ReadOnlyConvertible.swift
@@ -82,7 +82,6 @@ extension Storage.Order: ReadOnlyConvertible {
82
let orderCustomFields = customFields?.map { $0.toReadOnly() } ?? [Yosemite.MetaData]()
83
let orderGiftCards = appliedGiftCards?.map { $0.toReadOnly() } ?? [Yosemite.OrderGiftCard]()
84
let orderShippingLabels = shippingLabels?.map { $0.toReadOnly() } ?? [Yosemite.ShippingLabel]()
85
- let orderShipments = shipments?.map { $0.toReadOnly() } ?? [Yosemite.WooShippingShipment]()
86
87
return Order(siteID: siteID,
88
orderID: orderID,
0 commit comments