projectdx_activemerchant 1.7.1.20100817.2 → 1.7.1.20100817.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -145,7 +145,7 @@ module ActiveMerchant #:nodoc:
145
145
  when 'Authorized'
146
146
  reply[:decision] = node.text
147
147
  when 'ConfirmationNumber'
148
- reply[:confirmation_number] = node.text
148
+ reply[:confirmation] = node.text
149
149
  when 'TransactionId'
150
150
  reply[:transaction_id] = node.text
151
151
  else
@@ -160,7 +160,7 @@ module ActiveMerchant #:nodoc:
160
160
  when 'IsVoided'
161
161
  reply[:decision] = node.text
162
162
  when 'VoidConfirmationNumber'
163
- reply[:confirmation_number] = node.text
163
+ reply[:confirmation] = node.text
164
164
  when 'VoidDateTime'
165
165
  reply[:void_date_time] = node.text
166
166
  else
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = "1.7.1.20100817.2"
2
+ VERSION = "1.7.1.20100817.3"
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: 80403367
4
+ hash: 80403365
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
9
  - 1
10
10
  - 20100817
11
- - 2
12
- version: 1.7.1.20100817.2
11
+ - 3
12
+ version: 1.7.1.20100817.3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Renewable Funding, LLC