Skip to content

Commit

Permalink
Don't exclude fields in offers api response
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoMoreta committed Mar 19, 2024
1 parent 9ac83d0 commit a03e797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/serializers/offers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class OffersSerializer(serializers.ModelSerializer):

class Meta:
model = Offer
fields = ['active', 'title', 'description', 'banner_image', 'published_date', 'begin_date', 'end_date', 'discount_percent', 'discounted_price', 'provider']
exclude = []


0 comments on commit a03e797

Please sign in to comment.