Advertisement
Guest User

Untitled

a guest
Jan 30th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. Started POST "/webhooks/new_contact" for {removed} at 2018-01-30 13:16:57 -0500
  2. Processing by WebhooksController#new_contact as */*
  3. Parameters: {"id"=>399242035227, "email"=>"stackoverflow@test.com", "accepts_marketing"=>false, "created_at"=>"2018-01-30T13:13:47-05:00", "updated_at"=>"2018-01-30T13:13:47-05:00", "first_name"=>"Stack", "last_name"=>"Overflow", "orders_count"=>0, "state"=>"disabled", "total_spent"=>"0.00", "last_order_id"=>nil, "note"=>"", "verified_email"=>true, "multipass_identifier"=>nil, "tax_exempt"=>false, "phone"=>nil, "tags"=>"", "last_order_name"=>nil, "addresses"=>[{"id"=>433992368155, "customer_id"=>399242035227, "first_name"=>"Stack", "last_name"=>"Overflow", "company"=>"", "address1"=>"", "address2"=>"", "city"=>"", "province"=>"Alabama", "country"=>"United States", "zip"=>"", "phone"=>"", "name"=>"Stack Overflow", "province_code"=>"AL", "country_code"=>"US", "country_name"=>"United States", "default"=>true}], "default_address"=>{"id"=>433992368155, "customer_id"=>399242035227, "first_name"=>"Stack", "last_name"=>"Overflow", "company"=>"", "address1"=>"", "address2"=>"", "city"=>"", "province"=>"Alabama", "country"=>"United States", "zip"=>"", "phone"=>"", "name"=>"Stack Overflow", "province_code"=>"AL", "country_code"=>"US", "country_name"=>"United States", "default"=>true}, "subdomain"=>"app", "webhook"=>{"id"=>399242035227, "email"=>"stackoverflow@test.com", "accepts_marketing"=>false, "created_at"=>"2018-01-30T13:13:47-05:00", "updated_at"=>"2018-01-30T13:13:47-05:00", "first_name"=>"Stack", "last_name"=>"Overflow", "orders_count"=>0, "state"=>"disabled", "total_spent"=>"0.00", "last_order_id"=>nil, "note"=>"", "verified_email"=>true, "multipass_identifier"=>nil, "tax_exempt"=>false, "phone"=>nil, "tags"=>"", "last_order_name"=>nil, "addresses"=>[{"id"=>433992368155, "customer_id"=>399242035227, "first_name"=>"Stack", "last_name"=>"Overflow", "company"=>"", "address1"=>"", "address2"=>"", "city"=>"", "province"=>"Alabama", "country"=>"United States", "zip"=>"", "phone"=>"", "name"=>"Stack Overflow", "province_code"=>"AL", "country_code"=>"US", "country_name"=>"United States", "default"=>true}], "default_address"=>{"id"=>433992368155, "customer_id"=>399242035227, "first_name"=>"Stack", "last_name"=>"Overflow", "company"=>"", "address1"=>"", "address2"=>"", "city"=>"", "province"=>"Alabama", "country"=>"United States", "zip"=>"", "phone"=>"", "name"=>"Stack Overflow", "province_code"=>"AL", "country_code"=>"US", "country_name"=>"United States", "default"=>true}}}
  4. Filter chain halted as :verify_request rendered or redirected
  5. Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement