swiss-activemerchant 1.0.2 → 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: 9b128a20d452dbb48669aac440277fd2ea856131f6193dcba270c3d48d6bd796
4
- data.tar.gz: 237ccc6fd5f5310f857a9c7c08ada6589fcfb45e7c742291619979a57bf50bfa
3
+ metadata.gz: 6bd3579eaee17b94d1a9c93c8429cbb1c6caa89e4148f5d479554c0ea358815b
4
+ data.tar.gz: fa466d146593b3123ca8ac0a1b1c78e1e50dc1c8506b61a85355f3948577ca93
5
5
  SHA512:
6
- metadata.gz: b2842116a9889c219c22696c8f0d828fa25371874d660b7a0807367fabb134ad0955b125c6bbdd44794548406f2068082fba2fa9a9ec326e868d2ac968e4c5a0
7
- data.tar.gz: a6a085857a5ff735eeb9fe6b43410bd8bb31bc283c41735d66725ecd0cfedf86d42904700f8f4e2116b7cefeeda3e186a3299aa6a65add44c9b3ab3cca04fb0c
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]
@@ -248,7 +247,7 @@ module ActiveMerchant #:nodoc:
248
247
  end
249
248
 
250
249
  if (descriptor = options[:descriptors])
251
- post[:descriptor] = descriptor[:descriptor]
250
+ post[:descriptor] = options[:descriptor]
252
251
  post[:descriptor_phone] = descriptor[:descriptor_phone]
253
252
  post[:descriptor_address] = descriptor[:descriptor_address]
254
253
  post[:descriptor_city] = descriptor[:descriptor_city]
@@ -1,3 +1,3 @@
1
1
  module ActiveMerchant
2
- VERSION = '1.0.2'
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.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-24 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
@@ -484,7 +484,7 @@ licenses:
484
484
  - MIT
485
485
  metadata:
486
486
  allowed_push_host: https://rubygems.org
487
- post_install_message:
487
+ post_install_message:
488
488
  rdoc_options: []
489
489
  require_paths:
490
490
  - lib
@@ -499,8 +499,8 @@ 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
503
- signing_key:
502
+ rubygems_version: 3.3.7
503
+ signing_key:
504
504
  specification_version: 4
505
505
  summary: Framework and tools for dealing with credit card transactions.
506
506
  test_files: []