We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54a3cd commit 041295cCopy full SHA for 041295c
1 file changed
src/test/kotlin/com/ecwid/apiclient/v3/util/OrderUtils.kt
@@ -105,9 +105,9 @@ fun generateTestOrder(): UpdatedOrder {
105
shippingMethodName = "Method " + randomAlphanumeric(8),
106
shippingRate = randomPrice(),
107
estimatedTransitTime = "Estimates " + randomAlphanumeric(8),
108
- isPickup = false,
+ isPickup = true,
109
pickupInstruction = "Instruction " + randomAlphanumeric(64),
110
- fulfillmentType = FulfillmentType.SHIPPING
+ fulfillmentType = FulfillmentType.PICKUP
111
),
112
taxesOnShipping = listOf(),
113
handlingFee = UpdatedOrder.HandlingFee(
0 commit comments