<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 = ActiveMerchant CHANGELOG
 
+* Fix typo in Protx DeliveryState field [cody]
 * Ignore Wirecard state unless it is 2 characters [Cody]
 * Update Wirecard to make country and state processing more robust [Soleone]
 * Update ProTX to use the latest v2.23 protocol [Tekin]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -173,7 +173,7 @@ module ActiveMerchant #:nodoc:
           add_pair(post, :DeliveryAddress1, shipping_address[:address1])
           add_pair(post, :DeliveryAddress2, shipping_address[:address2])
           add_pair(post, :DeliveryCity, shipping_address[:city])
-          add_pair(post, :BillingState, shipping_address[:state]) if shipping_address[:country] == 'US'
+          add_pair(post, :DeliveryState, shipping_address[:state]) if shipping_address[:country] == 'US'
           add_pair(post, :DeliveryCountry, shipping_address[:country])
           add_pair(post, :DeliveryPostCode, shipping_address[:zip])
         end</diff>
      <filename>lib/active_merchant/billing/gateways/protx.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ba0d6f9213a6cb5eea402146d6699736e281d3c</id>
    </parent>
  </parents>
  <author>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </author>
  <url>http://github.com/kovacs/active_merchant/commit/ebbd281f245f61290da1bc8d9e5e6881c11ef12b</url>
  <id>ebbd281f245f61290da1bc8d9e5e6881c11ef12b</id>
  <committed-date>2009-04-29T10:58:26-07:00</committed-date>
  <authored-date>2009-04-29T10:58:26-07:00</authored-date>
  <message>Fix typo in shipping address of Protx</message>
  <tree>65d75f2c3020201105e41d18930806dc312804f9</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </committer>
</commit>
