patmaddox-activemerchant 1.4.2.4 → 1.4.2.5
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.5"
|
11
11
|
PKG_NAME = "patmaddox-activemerchant"
|
12
12
|
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
|
13
13
|
|
@@ -468,8 +468,8 @@ module ActiveMerchant #:nodoc:
|
|
468
468
|
xml.tag!('customerProfileId', options[:customer_profile_id])
|
469
469
|
xml.tag!('customerPaymentProfileId', options[:customer_payment_profile_id])
|
470
470
|
xml.tag!('customerShippingAddressId', options[:customer_address_id]) if options[:customer_address_id]
|
471
|
-
xml.tag!('validationMode', CIM_VALIDATION_MODES[options[:validation_mode]]) if options[:validation_mode]
|
472
471
|
xml.tag!('cardCode', options[:card_code]) if options[:card_code]
|
472
|
+
xml.tag!('validationMode', CIM_VALIDATION_MODES[options[:validation_mode]]) if options[:validation_mode]
|
473
473
|
|
474
474
|
xml.target!
|
475
475
|
end
|