Skip to content

Instantly share code, notes, and snippets.

@joemsak
Created October 18, 2012 15:54
Show Gist options
  • Save joemsak/3912735 to your computer and use it in GitHub Desktop.
Save joemsak/3912735 to your computer and use it in GitHub Desktop.
Started GET "/orders/REDACTED/checkout/paypal_confirm?payment_method_id=REDACTED&token=REDACTED&PayerID=REDACTED" for 127.0.0.1 at 2012-10-18 10:43:19 -0500
Processing by Spree::CheckoutController#paypal_confirm as HTML
---- ... OMITTED ... ---- LINE BREAKS MINE
SQL (0.8ms) INSERT INTO "spree_addresses"
("address1", "address2", "alternative_phone", "city",
"company", "country_id", "created_at", "firstname", "lastname",
"phone", "state_id", "state_name", "updated_at", "zipcode")
VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14)
RETURNING "id" [["address1", "2744 W Cortland #2"], ["address2", nil],
["alternative_phone", nil], ["city", "Chicago"], ["company", nil],
["country_id", 214], ["created_at", Thu, 18 Oct 2012 15:43:21 UTC +00:00],
["firstname", "PAYPAL FIRST NAME"], ["lastname", "PAYPAL LAST NAME"],
["phone", "(not given)"], ["state_id", 625629523], ["state_name", nil],
["updated_at", Thu, 18 Oct 2012 15:43:21 UTC +00:00], ["zipcode", "60647"]]
---- ... OMITTED ... ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment