Skip to content

Commit 041295c

Browse files
committed
ECWID-153684 - fixed test issue.
1 parent a54a3cd commit 041295c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ fun generateTestOrder(): UpdatedOrder {
105105
shippingMethodName = "Method " + randomAlphanumeric(8),
106106
shippingRate = randomPrice(),
107107
estimatedTransitTime = "Estimates " + randomAlphanumeric(8),
108-
isPickup = false,
108+
isPickup = true,
109109
pickupInstruction = "Instruction " + randomAlphanumeric(64),
110-
fulfillmentType = FulfillmentType.SHIPPING
110+
fulfillmentType = FulfillmentType.PICKUP
111111
),
112112
taxesOnShipping = listOf(),
113113
handlingFee = UpdatedOrder.HandlingFee(

0 commit comments

Comments
 (0)