Skip to content

Commit d89c3a7

Browse files
committed
ECWID-161397 - fix test
1 parent 420db34 commit d89c3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/ecwid/apiclient/v3/util/OrderUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fun generateTestOrder(): UpdatedOrder {
104104

105105
shippingOption = UpdatedOrder.ShippingOption(
106106
shippingMethodId = "MethodId " + randomAlphanumeric(8),
107-
shippingCarrierName = "Carrier " + randomAlphanumeric(8),
107+
shippingCarrierName = null, // not saved for pickup, see ECWID-153335
108108
shippingMethodName = "Method " + randomAlphanumeric(8),
109109
shippingRate = randomPrice(),
110110
estimatedTransitTime = "Estimates " + randomAlphanumeric(8),

0 commit comments

Comments
 (0)