Skip to content

Commit

Permalink
ECWID-126236 add totalWithoutTax fields to converter
Browse files Browse the repository at this point in the history
  • Loading branch information
qblake authored Sep 8, 2023
1 parent fc1a165 commit c302edb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ fun FetchedOrder.toUpdated(): UpdatedOrder {
acceptMarketing = acceptMarketing,

total = total,
totalWithoutTax = totalWithoutTax,
subtotal = subtotal,
subtotalWithoutTax = subtotalWithoutTax,

tax = tax,
customerTaxExempt = customerTaxExempt,
Expand Down

0 comments on commit c302edb

Please sign in to comment.