Skip to content
David Winterbottom edited this page Mar 27, 2014 · 3 revisions

Checkout improvements

  • Shipping and billing address models should be 1-to-1 with order (not FKs)
  • Order creator could do with a review to avoid using so many defaults (helpful in tests but liable to cause subtle bugs in reality)
  • Can we remove 'place_order' parameter which is a little hacky