Skip to content

Commit

Permalink
ECWID-127029 OE2: tax reverse is ignored when editing order: removed …
Browse files Browse the repository at this point in the history
…redundant space
  • Loading branch information
zont163 committed Oct 10, 2023
1 parent 43342c0 commit 0a1a5e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data class OrderForCalculate(
val giftCardCode: String? = null,
val giftCardId: Int? = null,
val giftCardTransactionOrderId: Int? = null,
val reversedTaxApplied : Boolean? = null,
val reversedTaxApplied: Boolean? = null,
) : ApiRequestDTO {

data class DiscountInfo(
Expand Down

0 comments on commit 0a1a5e8

Please sign in to comment.