mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-09 03:20:21 +00:00
Guest orders also have an associated customer record that is created by Spree::Order#ensure_customer at checkout. Subsequent orders will use that one due to Spree::Order#associate_customer.