Skip to content

Commit

Permalink
ECWID-134924 OE2: add scheduled fields to ecwid-java-api-client: adde…
Browse files Browse the repository at this point in the history
…d shippingMethodId to generate test order
  • Loading branch information
zont163 committed Feb 26, 2024
1 parent 150a301 commit 9b1420d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/com/ecwid/apiclient/v3/util/OrderUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fun generateTestOrder(): UpdatedOrder {
shippingPerson = generatePersonInfo(),

shippingOption = UpdatedOrder.ShippingOption(
shippingMethodId = "customShippingId",
shippingCarrierName = "Carrier " + randomAlphanumeric(8),
shippingMethodName = "Method " + randomAlphanumeric(8),
shippingRate = randomPrice(),
Expand Down

0 comments on commit 9b1420d

Please sign in to comment.