jrief / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
32 stars 13 forks source link

Fix an AttributeError on checkout #72

Closed rfleschenberg closed 7 years ago

rfleschenberg commented 7 years ago

The User object does not provide the recognize_as_guest() interface, we need to call this on the Customer.