<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,9 @@
 = ActiveMerchant CHANGELOG
 
+== Version 1.4.1 (December 9, 2008)
+
+* Update CardStream URL. Note that you will also need to update your login id. [cody]
+
 == Version 1.4.0 (November 27, 2008)
 
 * Return failed authorization when SkipJack purchase fails [Tron, cody]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ require File.dirname(__FILE__) + '/lib/tasks/cia'
 require File.dirname(__FILE__) + '/lib/support/gateway_support'
 
 
-PKG_VERSION = &quot;1.4.0&quot;
+PKG_VERSION = &quot;1.4.1&quot;
 PKG_NAME = &quot;activemerchant&quot;
 PKG_FILE_NAME = &quot;#{PKG_NAME}-#{PKG_VERSION}&quot;
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -18,8 +18,7 @@ module ActiveMerchant #:nodoc:
     # * Visa Purchasing 
     #
     class CardStreamGateway &lt; Gateway
-      TEST_URL = 'https://www.cardstream.com/merchantsecure/Cardstream/VPDirect.cfm'
-      LIVE_URL = 'https://www.cardstream.com/merchantsecure/Cardstream/VPDirect.cfm'
+      URL = 'https://gateway.cardstream.com/process.ashx'
       
       self.money_format = :cents
       self.default_currency = 'GBP'
@@ -163,7 +162,7 @@ module ActiveMerchant #:nodoc:
       end
 
       def commit(action, parameters)
-        response = parse( ssl_post(test? ? TEST_URL : LIVE_URL, post_data(action, parameters)) )
+        response = parse( ssl_post(URL, post_data(action, parameters)) )
 
         Response.new(response[:response_code] == APPROVED, message_from(response), response,
           :test =&gt; test?,</diff>
      <filename>lib/active_merchant/billing/gateways/card_stream.rb</filename>
    </modified>
    <modified>
      <diff>@@ -75,7 +75,7 @@ class RemoteCardStreamTest &lt; Test::Unit::TestCase
       :description =&gt; 'Store purchase'
     }
   end
-
+  
   def test_successful_mastercard_purchase
     assert response = @gateway.purchase(100, @mastercard, @mastercard_options)
     assert_equal 'APPROVED', response.message</diff>
      <filename>test/remote/gateways/remote_card_stream_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6c6fff499afd975ee8dfc2279afda1dedaf58422</id>
    </parent>
  </parents>
  <author>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </author>
  <url>http://github.com/alloy/active_merchant/commit/dfacc49cdb3421461016395ad929a2642d8a78c5</url>
  <id>dfacc49cdb3421461016395ad929a2642d8a78c5</id>
  <committed-date>2008-12-09T09:00:04-08:00</committed-date>
  <authored-date>2008-12-09T09:00:04-08:00</authored-date>
  <message>Update CardStream URL</message>
  <tree>53b3ed18a7e10a0c823ae632e34e77905879b488</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </committer>
</commit>
