johnideal-activemerchant 1.4.10 → 1.4.11

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.10
1
+ 1.4.11
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{activemerchant}
5
- s.version = "1.4.10"
5
+ s.version = "1.4.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tobias Luetke"]
@@ -9,7 +9,10 @@ class PaymentechOrbitalResponse
9
9
  :approval_status, :resp_code, :avs_resp_code,
10
10
  :cvv2_resp_code, :auth_code, :status_msg, :resp_msg,
11
11
  :customer_ref_num, :customer_name, :profile_proc_status,
12
- :customer_profile_message, :resp_time, :batch_seq_num
12
+ :customer_profile_message, :resp_time, :batch_seq_num,
13
+ :CCAccountNum, :customer_address_1, :customer_address_2,
14
+ :customer_city, :CustomerZIP, :customer_state,
15
+ :CCExpireDate
13
16
  ]
14
17
 
15
18
  def initialize(doc, request_type, options={})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: johnideal-activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.10
4
+ version: 1.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke