Skip to content

Commit

Permalink
better id support in checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2016
1 parent 8fdb51c commit 6ba14b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/budy/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def line_cls(cls):
return order_line.OrderLine

def verify(self):
appier.verify(not self.shipping_address == None)
appier.verify(not self.billing_address == None)
appier.verify(self.status == "created")
appier.verify(self.paid == False)
Expand Down

0 comments on commit 6ba14b5

Please sign in to comment.