projectdx_activemerchant 1.7.1.20100817.1 → 1.7.1.20100817.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -127,7 +127,8 @@ module ActiveMerchant #:nodoc:
127
127
 
128
128
  Response.new(success, message, response,
129
129
  :test => test?,
130
- :authorization => authorization
130
+ :authorization => authorization,
131
+ :avs_result => { :code => 'D' }
131
132
  )
132
133
  end
133
134
 
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = "1.7.1.20100817.1"
2
+ VERSION = "1.7.1.20100817.2"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: projectdx_activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- hash: 80403361
4
+ hash: 80403367
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 1
10
10
  - 20100817
11
- - 1
12
- version: 1.7.1.20100817.1
11
+ - 2
12
+ version: 1.7.1.20100817.2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Renewable Funding, LLC