<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -122,9 +122,10 @@ class RemoteQuickpayTest &lt; Test::Unit::TestCase
   
   def test_unsuccessful_purchase_with_missing_cvv2
     assert response = @gateway.purchase(@amount, @visa_no_cvv2, @options)
-    assert_equal 'Missing field: cvd', response.message
-    assert_failure response
-    assert response.authorization.blank?
+    # Quickpay has made the cvd field optional in order to support forbrugsforeningen cards which don't have them
+    assert_equal 'OK', response.message
+    assert_success response
+    assert !response.authorization.blank?
   end
 
   def test_successful_authorize_and_capture</diff>
      <filename>test/remote/gateways/remote_quickpay_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d7bb0066e0d6fe86aeb015b5c0af3a7acd01594</id>
    </parent>
  </parents>
  <author>
    <name>Lars Pind</name>
    <email>lars@pinds.com</email>
  </author>
  <url>http://github.com/jjolma/active_merchant_with_paypal_recurring/commit/78e63a57849c1064411f5bc5191238e7fb640225</url>
  <id>78e63a57849c1064411f5bc5191238e7fb640225</id>
  <committed-date>2009-02-27T13:11:46-08:00</committed-date>
  <authored-date>2008-12-05T03:27:26-08:00</authored-date>
  <message>Quickpay has made the cvd field optional in order to support forbrugsforeningen cards which don't have them</message>
  <tree>68187ae33bba685d8cbc175f8d2c57604ee961b1</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </committer>
</commit>
