<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 = ActiveMerchant CHANGELOG
 
+* Protx does support UK Maestro [cody]
 * Add tests for length of UK Maestro cards [cody]
 * Return all the error messages and codes from paypal responses [cody]
 * Fail hard when attempting to capture without a credit card with NetRegistry [cody]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -23,6 +23,7 @@ module ActiveMerchant #:nodoc:
         :master =&gt; &quot;MC&quot;,
         :delta =&gt; &quot;DELTA&quot;,
         :solo =&gt; &quot;SOLO&quot;,
+        :switch =&gt; &quot;MAESTRO&quot;,
         :maestro =&gt; &quot;MAESTRO&quot;,
         :american_express =&gt; &quot;AMEX&quot;,
         :electron =&gt; &quot;UKE&quot;,
@@ -39,7 +40,7 @@ module ActiveMerchant #:nodoc:
         &quot;NOTMATCHED&quot; =&gt; 'N'
       }
     
-      self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :solo, :maestro, :diners_club]
+      self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :switch, :solo, :maestro, :diners_club]
       self.supported_countries = ['GB']
       self.default_currency = 'GBP'
       </diff>
      <filename>lib/active_merchant/billing/gateways/protx.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7d2e840631a30fb9d7917c560c1785279673316d</id>
    </parent>
  </parents>
  <author>
    <name>codyfauser</name>
    <email>codyfauser@6513ea26-6c20-0410-8a68-89cd7235086d</email>
  </author>
  <url>http://github.com/github/active_merchant/commit/862a9600b74356cabd58ee52debaa6a1fe097aa9</url>
  <id>862a9600b74356cabd58ee52debaa6a1fe097aa9</id>
  <committed-date>2008-04-23T12:15:13-07:00</committed-date>
  <authored-date>2008-04-23T12:15:13-07:00</authored-date>
  <message>Add support for UK Maestro to Protx


git-svn-id: http://activemerchant.googlecode.com/svn/trunk/active_merchant@665 6513ea26-6c20-0410-8a68-89cd7235086d</message>
  <tree>d6e81c71703675f18b736410354d0922228ada8d</tree>
  <committer>
    <name>codyfauser</name>
    <email>codyfauser@6513ea26-6c20-0410-8a68-89cd7235086d</email>
  </committer>
</commit>
