diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/converter/FetchedOrder.kt b/src/main/kotlin/com/ecwid/apiclient/v3/converter/FetchedOrder.kt index 78674177..62aa044f 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/converter/FetchedOrder.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/converter/FetchedOrder.kt @@ -39,7 +39,9 @@ fun FetchedOrder.toUpdated(): UpdatedOrder { acceptMarketing = acceptMarketing, total = total, + totalWithoutTax = totalWithoutTax, subtotal = subtotal, + subtotalWithoutTax = subtotalWithoutTax, tax = tax, customerTaxExempt = customerTaxExempt,