active_merchant_card_flex 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3a371e587ec48df4236ce3408fb96f15844e175
4
- data.tar.gz: bf1ab418595c681389a5c1b6d34e8546a2e935a1
3
+ metadata.gz: fe6aa2e4a1838db457542508eaf1d894a064b79f
4
+ data.tar.gz: 55a366a2e1a672bfde97ba41c0fa1674bb7b574d
5
5
  SHA512:
6
- metadata.gz: 616ab560edbcae7028e78bced44b2edd33d6127dd8ff65e18bd14155c9d4f40c5a1c9d72d9d046e27f19f9bee4a30e8a000c3a43eac90c9676ff7a112b7b575a
7
- data.tar.gz: 5a53208dde9364220d890afa3ad4afd933bba127461046cb72634bbc314f6c21882121224a614898ea15b58f3fd4caf60945b8a4de4faf13066104e5d741ae36
6
+ metadata.gz: 953543aaaa65bf71b4fcf1e5919230df93d75c8fd51a02ab2d2f644f62415d856c07669858b5df0a1e79e14a313ba99b01adc682e01ce8d92e214ba8b82cf728
7
+ data.tar.gz: bfb38c55a6a051d8eeb6de4dc65d80d81e1d321a52af5f5d0161142cb1653da62ad9ba703b8dd6d5f8553405ca79116d3abb90048cab076bc6543f9718c92b0a
@@ -169,6 +169,7 @@ module ActiveMerchant
169
169
  end
170
170
 
171
171
  def add_custom(post, options)
172
+ post[:POCustomerRefID] = options[:customer] if options.has_key?(:customer)
172
173
  post[:custom1] = options[:customer] if options.has_key?(:customer)
173
174
  end
174
175
 
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchantCardFlex
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_merchant_card_flex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen St. Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-26 00:00:00.000000000 Z
11
+ date: 2013-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemerchant