fix(pricing,types): remove is_dynamic from model + types (#5664)

what:

Removing this until we introduce dynamic pricing. 

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
Riqwan Thamir
2023-11-22 19:28:48 +00:00
committed by GitHub
co-authored by Shahed Nasser
parent 9f9db39698
commit 6025c702f3
4 changed files with 12 additions and 34 deletions
@@ -39,9 +39,6 @@ export default class PriceRule {
})
rule_type: RuleType
@Property({ columnType: "boolean", default: false })
is_dynamic: boolean
@Property({ columnType: "text" })
value: string