<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,8 @@
 = ActiveMerchant CHANGELOG
 
+* Fix Braintree unit test [cody]
+* Add support for checks to SmartPs gateways [jvoohris]
+* Extract SmartPs for Braintree and Transax [mmangino]
 * Ruby 1.9 compatibility [bschwartz]
 * Update Payflow Express to handle Street2 element [James MacAulay]
 * Fix typo in Protx DeliveryState field [cody]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -88,3 +88,7 @@ Modern Payments (June 13, 2008)
 Wirecard Gateway (June 30, 2008)
 
 * Initial implementation by Soleone
+
+Transax Gateway (May 3, 2009)
+
+* Mike Mangino</diff>
      <filename>CONTRIBUTERS</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require File.join(File.dirname(__FILE__), '..', 'check.rb')
 
 module ActiveMerchant #:nodoc:
   module Billing #:nodoc:
-    class SmartPs &lt; Gateway
+    class SmartPs &lt; Gateway #:nodoc:
       
       ##
       # This is the base gateway for processors who use the smartPS processing system</diff>
      <filename>lib/active_merchant/billing/gateways/smart_ps.rb</filename>
    </modified>
    <modified>
      <diff>@@ -83,7 +83,7 @@ class BraintreeTest &lt; Test::Unit::TestCase
                       :account_number =&gt; '123456789012',
                       :account_holder_type =&gt; 'personal',
                       :account_type =&gt; 'checking')
-    @gateway.send(:add_check, post, check)
+    @gateway.send(:add_check, post, check, {})
     assert_equal %w[account_holder_type account_type checkaba checkaccount checkname payment], post.stringify_keys.keys.sort
   end
   </diff>
      <filename>test/unit/gateways/braintree_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d17d5532fbd045eae9222b143f72c052a8670d96</id>
    </parent>
  </parents>
  <author>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </author>
  <url>http://github.com/elevation/active_merchant/commit/1782e45aa921fa79ca6a4f58de6d409ba7b11abc</url>
  <id>1782e45aa921fa79ca6a4f58de6d409ba7b11abc</id>
  <committed-date>2009-05-03T08:55:00-07:00</committed-date>
  <authored-date>2009-05-03T08:52:31-07:00</authored-date>
  <message>Update CHANGELOG, fix Braintree unit test</message>
  <tree>b4bb3dc0825298f56aeb517eb6f6fa82ab058e06</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </committer>
</commit>
