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 420db34 commit d89c3a7Copy full SHA for d89c3a7
src/test/kotlin/com/ecwid/apiclient/v3/util/OrderUtils.kt
@@ -104,7 +104,7 @@ fun generateTestOrder(): UpdatedOrder {
104
105
shippingOption = UpdatedOrder.ShippingOption(
106
shippingMethodId = "MethodId " + randomAlphanumeric(8),
107
- shippingCarrierName = "Carrier " + randomAlphanumeric(8),
+ shippingCarrierName = null, // not saved for pickup, see ECWID-153335
108
shippingMethodName = "Method " + randomAlphanumeric(8),
109
shippingRate = randomPrice(),
110
estimatedTransitTime = "Estimates " + randomAlphanumeric(8),
0 commit comments