Skip to content

Commit

Permalink
Merge pull request #790 from timgates42/bugfix/typo_transferred
Browse files Browse the repository at this point in the history
Fix simple typo: transfered -> transferred
  • Loading branch information
jrief committed Dec 17, 2019
2 parents bc245f8 + 2a259c1 commit 3da4c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def populate_from_cart(self, cart, request):
For each cart item a corresponding order item is created populating its fields and removing
that cart item.
Override this method, in case a customized cart has some fields which have to be transfered
Override this method, in case a customized cart has some fields which have to be transferred
to the cart.
"""
assert hasattr(cart, 'subtotal') and hasattr(cart, 'total'), \
Expand Down

0 comments on commit 3da4c10

Please sign in to comment.