<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,11 +51,11 @@ module ActiveMerchant #:nodoc:
 				commit('T', nil, post)
 			end
 
-#			def unstore(card_id)
-#				post = {}
-#				post[:card_id] = card_id
-#				commit('X', nil, post)
-#			end
+			def unstore(card_id)
+				post = {}
+				post[:card_id] = card_id
+				commit('X', nil, post)
+			end
 	
 #			def credit(money, creditcard_or_card_id, options = {})
 #				post ={}
@@ -114,7 +114,7 @@ module ActiveMerchant #:nodoc:
 				response = parse( ssl_post(url, post_data(action,parameters)) )
 
 				Response.new(response[&quot;error_code&quot;] == &quot;000&quot;, message_from(response), response, 
-					:authorization =&gt; response[&quot;auth_code&quot;],
+					:authorization =&gt; response[&quot;transaction_id&quot;],
 					:test =&gt; test?,
 					:cvv_result =&gt; response[&quot;cvv2_result&quot;],
 					:avs_result =&gt; { :code =&gt; response[&quot;avs_result&quot;] }</diff>
      <filename>lib/active_merchant/billing/gateways/merchant_e_solutions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a40475d4b3d1577d60ba1dfa643e448da64bd1b8</id>
    </parent>
  </parents>
  <author>
    <name>ebsjzw</name>
    <email>ebsjzw@OMNIBHMLP139.sungardebs.com</email>
  </author>
  <url>http://github.com/elevation/active_merchant/commit/993428d4f1cf224be710b8c6ad2b576795682ea9</url>
  <id>993428d4f1cf224be710b8c6ad2b576795682ea9</id>
  <committed-date>2009-05-03T11:02:20-07:00</committed-date>
  <authored-date>2008-09-30T09:14:16-07:00</authored-date>
  <message>updated commit() to set the authorization attribute of the returned Response object to response['transaction_id'] instead of response['auth_code']</message>
  <tree>76054d7657f413024f65a1cf25a6e893978d056c</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </committer>
</commit>
