Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created December 1, 2009 22:00
Show Gist options
  • Select an option

  • Save coderberry/246695 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/246695 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<custom-order>
<aasm-state>new</aasm-state>
<company-id type="integer">1</company-id>
<completed-at type="datetime" nil="true"></completed-at>
<created-at type="datetime">2009-12-01T13:47:32-07:00</created-at>
<deleted-at type="datetime" nil="true"></deleted-at>
<id type="integer">30</id>
<job-id type="integer" nil="true"></job-id>
<shipping-address-1>123 Easy St</shipping-address-1>
<shipping-address-2 nil="true"></shipping-address-2>
<shipping-care-of nil="true"></shipping-care-of>
<shipping-city>Eau Claire</shipping-city>
<shipping-country>US</shipping-country>
<shipping-full-name>John Doe</shipping-full-name>
<shipping-profile-id type="integer">1</shipping-profile-id>
<shipping-state>WI</shipping-state>
<shipping-zip>77593</shipping-zip>
<tracking-number nil="true"></tracking-number>
<updated-at type="datetime">2009-12-01T13:47:32-07:00</updated-at>
</custom-order>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment