patmaddox-activemerchant 1.4.2 → 1.4.2.1
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"
|
10
|
+
PKG_VERSION = "1.4.2.1"
|
11
11
|
PKG_NAME = "patmaddox-activemerchant"
|
12
12
|
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
|
13
13
|
|
@@ -370,6 +370,7 @@ module ActiveMerchant #:nodoc:
|
|
370
370
|
|
371
371
|
def build_create_customer_profile_request(xml, options)
|
372
372
|
add_profile(xml, options[:profile])
|
373
|
+
xml.tag!('validationMode', CIM_VALIDATION_MODES[options[:validation_mode]]) if options[:validation_mode]
|
373
374
|
|
374
375
|
xml.target!
|
375
376
|
end
|
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
|
4
|
+
version: 1.4.2.1
|
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-
|
12
|
+
date: 2010-01-19 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|