Skip to content

Commit

Permalink
BE-1506: added data_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav committed Jul 22, 2021
1 parent 871fd06 commit 9049852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livestyled/schemas/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Meta:
id = fields.Integer()
initial = fields.Integer()
on_hand = fields.Integer(missing=None, data_key='onHand')
fulfilment_point = RelatedResourceLinkField(schema=FulfilmentPointSchema, microservice_aware=True)
fulfilment_point = RelatedResourceLinkField(schema=FulfilmentPointSchema, microservice_aware=True, data_key='fulfilmentPoint')


class ProductVariantSchema(Schema):
Expand Down

0 comments on commit 9049852

Please sign in to comment.