Skip to content

Commit

Permalink
feat!: [MT-16706] Update RulePromotionBase type (#10)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update the RulePromotionBase type to support new fields: priority and stackable
  • Loading branch information
ellanan authored Aug 30, 2024
1 parent 6a49c34 commit 0ea3daf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/rule-promotions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ import {
automatic?: boolean
start: string
end: string
stackable: boolean
priority?: number | null | undefined
rule_set: {
currencies: string[]
catalog_ids: string[]
Expand Down

0 comments on commit 0ea3daf

Please sign in to comment.