Skip to content

Commit 7a99cf5

Browse files
author
fialka
committed
ECWID-102900 Order quantity limits for products: storefront
- test failed - add new fields min/max to toUpdated()
1 parent bc6d4ae commit 7a99cf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/converter/FetchedProduct.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ fun FetchedProduct.toUpdated(): UpdatedProduct {
6262
productCondition = productCondition,
6363
externalReferenceId = externalReferenceId,
6464
customsHsTariffCode = customsHsTariffCode,
65+
minPurchaseQuantity = minPurchaseQuantity,
66+
maxPurchaseQuantity = maxPurchaseQuantity,
6567
)
6668
}
6769

0 commit comments

Comments
 (0)