patmaddox-activemerchant 1.4.2.5 → 1.4.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/contrib/rubyforgepublisher'
7
7
  require File.join(File.dirname(__FILE__), 'lib', 'support', 'gateway_support')
8
8
 
9
9
 
10
- PKG_VERSION = "1.4.2.5"
10
+ PKG_VERSION = "1.4.2.6"
11
11
  PKG_NAME = "patmaddox-activemerchant"
12
12
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
13
13
 
@@ -444,6 +444,8 @@ module ActiveMerchant #:nodoc:
444
444
  add_payment_profile(xml, options[:payment_profile])
445
445
  end
446
446
 
447
+ xml.tag!('validationMode', CIM_VALIDATION_MODES[options[:validation_mode]]) if options[:validation_mode]
448
+
447
449
  xml.target!
448
450
  end
449
451
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patmaddox-activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2.5
4
+ version: 1.4.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
11
11
  - gem-public_cert.pem
12
- date: 2010-01-19 00:00:00 -08:00
12
+ date: 2010-01-20 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency