Skip to content

Commit

Permalink
chore: add commission_percentage in task
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatasoli committed Oct 4, 2024
1 parent 43f79ea commit 447f7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/entities/coupon.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ class CouponUpdate(CouponCreate):

class CouponResponse(CouponCreate):
coupon_id: int
commission_percentage: Decimal = Decimal(0)
model_config = ConfigDict(from_attributes=True)

0 comments on commit 447f7d3

Please sign in to comment.