Skip to content

Commit

Permalink
default = 0
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Sep 11, 2024
1 parent a40f6cf commit 316c0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar_odin/resources/catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Product(OscarCatalogue):
is_discountable: bool = True
is_public: bool = True
parent: Optional[ParentProduct]
priority: int
priority: int = 0

# Price information
price: Decimal = DecimalField(null=True)
Expand Down

0 comments on commit 316c0ad

Please sign in to comment.