swiss-activemerchant 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c66df163d153edf8a62f2395d9fae5f5c1b20a6795ff6fbb1f6f3cfc7482c43
4
- data.tar.gz: b227b14b4ec4b26058de6fd0c90565cf1bb76e01d80b4a1e25b4553823cf774f
3
+ metadata.gz: 6bd3579eaee17b94d1a9c93c8429cbb1c6caa89e4148f5d479554c0ea358815b
4
+ data.tar.gz: fa466d146593b3123ca8ac0a1b1c78e1e50dc1c8506b61a85355f3948577ca93
5
5
  SHA512:
6
- metadata.gz: 22cda31d6b255520c3c01309e1353b1616d66f62c009d8af8b400e99bb5d0b25e5d53670b4ce64ba3b482b8bac779b4b3fda215a4c1660bf58ef484ebf6b0e38
7
- data.tar.gz: cc3136f9966f13cad62d10c1d6b7e9fa82191b952af2a26041fdae385bca0c638a6c93e2f68326810d4513c9fa8e2983a93c473e4b4250078d687c5656db3a3b
6
+ metadata.gz: ad6a132123b62e98c1f6ecc55358814258d4bb38fc6dc8986f570f99e4de1207a985385d522cdee1f1167e7c2118d69cd0fd436ff0fe91f7e711c606733a11aa
7
+ data.tar.gz: 9415403c023df61a4c97d2027e36c1d72e06e312fe9c2b1d8454bd0e7a66b1555797f815cc2b399620970ad7faccf6a374b22e403e51b9b7fc8d3802d20748a2
@@ -223,7 +223,6 @@ module ActiveMerchant #:nodoc:
223
223
  def add_customer_data(post, options)
224
224
  post[:email] = options[:email]
225
225
  post[:ipaddress] = options[:ip]
226
- post[:customer_id] = options[:customer_id] || options[:customer]
227
226
 
228
227
  if (billing_address = options[:billing_address] || options[:address])
229
228
  post[:company] = billing_address[:company]
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swiss-activemerchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-23 00:00:00.000000000 Z
11
+ date: 2024-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -499,7 +499,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
499
499
  - !ruby/object:Gem::Version
500
500
  version: '0'
501
501
  requirements: []
502
- rubygems_version: 3.4.10
502
+ rubygems_version: 3.3.7
503
503
  signing_key:
504
504
  specification_version: 4
505
505
  summary: Framework and tools for dealing with credit card transactions.