patmaddox-activemerchant 1.4.2.2 → 1.4.2.3

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.2"
10
+ PKG_VERSION = "1.4.2.3"
11
11
  PKG_NAME = "patmaddox-activemerchant"
12
12
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
13
13
 
@@ -469,6 +469,7 @@ module ActiveMerchant #:nodoc:
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
471
  xml.tag!('validationMode', CIM_VALIDATION_MODES[options[:validation_mode]]) if options[:validation_mode]
472
+ xml.tag!('cardCode', options[:card_code]) if options[:card_code]
472
473
 
473
474
  xml.target!
474
475
  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.2
4
+ version: 1.4.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke