Skip to content

Commit 2905286

Browse files
committed
Add new values for CustomAppRequest.DiscountBase
1 parent 3e8a18e commit 2905286

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/custom/CustomAppRequest.kt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,13 @@ data class CustomAppRequest(
185185
}
186186

187187
enum class DiscountBase {
188-
ON_TOTAL, ON_MEMBERSHIP, ON_TOTAL_AND_MEMBERSHIP, CUSTOM
188+
ON_TOTAL,
189+
ON_MEMBERSHIP,
190+
ON_TOTAL_AND_MEMBERSHIP,
191+
SHIPPING,
192+
ITEM,
193+
SUBTOTAL,
194+
CUSTOM,
189195
}
190196

191197
data class FavoritesInfo(

0 commit comments

Comments
 (0)