virtual_merchant 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,7 @@ class VMCreditCard
11
11
  @number = info[:number].to_s.gsub(/\s+/, "") if info[:number]
12
12
  @expiration = info[:expiration].to_s if info[:expiration]
13
13
  @security_code = info[:security_code].to_s if info[:security_code]
14
+ @track2 = info[:track_2] if info[:track_2]
14
15
  end
15
16
  end
16
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtual_merchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: