Skip to content

Instantly share code, notes, and snippets.

@edward
Created May 18, 2011 20:08
Show Gist options
  • Save edward/979426 to your computer and use it in GitHub Desktop.
Save edward/979426 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<transactions type="array">
<transaction>
<kind>sale</kind>
<created-at type="datetime">2011-04-13T15:02:05-04:00</created-at>
<order-id type="integer">59220782</order-id>
<amount type="decimal">39.0</amount>
<authorization nil="true"/>
<status>success</status>
<receipt type="yaml">--- paid_amount: "39.00" </receipt>
</transaction>
<transaction>
<kind>refund</kind>
<created-at type="datetime">2011-05-18T15:56:42-04:00</created-at>
<order-id type="integer">59220782</order-id>
<amount type="decimal">30.0</amount>
<authorization nil="true"/>
<status>success</status>
<receipt type="yaml">--- paid_amount: "30.00" </receipt>
</transaction>
</transactions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment