Skip to content

Commit

Permalink
feat: add override stacking type (#47)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: add override stacking type
  • Loading branch information
ellanan authored Jan 27, 2025
1 parent 716b938 commit 6fe6876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/rule-promotions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export interface RulePromotionBase {
end: string
stackable: boolean
priority?: number | null | undefined
override_stacking?: boolean
rule_set: {
currencies: string[]
catalog_ids: string[]
Expand Down

0 comments on commit 6fe6876

Please sign in to comment.