Skip to content

Commit 57f4150

Browse files
authored
Merge pull request #456 from Ecwid/ECWID-156302
ECWID-156302 - Payment methods: customers can't pay for orders using different methods
2 parents 3139ba5 + 0909fd6 commit 57f4150

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/com/ecwid/apiclient/v3/dto/order/enums/DiscountBase.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ enum class DiscountBase {
44
ON_TOTAL,
55
ON_MEMBERSHIP,
66
ON_TOTAL_AND_MEMBERSHIP,
7+
SHIPPING,
8+
ITEM,
9+
SUBTOTAL,
710
CUSTOM
811
}

0 commit comments

Comments
 (0)