Skip to content
John Fawcett edited this page Nov 4, 2015 · 1 revision
  1. Go to https://www.goodybag.com/orders/:ORDER_ID
  2. Take note of the order's address
  3. Go to https://www.goodybag.com/api/maps/geocode/:ORDER_ADDRESS
  4. Take note of the latitude and longitude
  5. psql into the production database heroku pg:psql -a goodybag-production-cater
update orders set lat_lng = '($1, $2)'::point where id = $3

Clone this wiki locally