Skip to content

Commit 072680e

Browse files
ECWID-157318 Negative promo targets - filter categories for exclusion list - apiclient
- try nullifying shippingOption.pickupInstruction in generated test order
1 parent 33d5054 commit 072680e

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
@@ -109,7 +109,7 @@ fun generateTestOrder(): UpdatedOrder {
109109
shippingRate = randomPrice(),
110110
estimatedTransitTime = "Estimates " + randomAlphanumeric(8),
111111
isPickup = true,
112-
pickupInstruction = "Instruction " + randomAlphanumeric(64),
112+
pickupInstruction = null, // can not be set now without matching owner.newShippingSettings entry ECWID-153335
113113
fulfillmentType = FulfillmentType.PICKUP
114114
),
115115
taxesOnShipping = listOf(),

0 commit comments

Comments
 (0)