connect-sdk-ruby 2.18.0 → 2.18.1

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
  SHA256:
3
- metadata.gz: 311b6d715453f16ea35dd6bff6e30759f83c09dc3c438abe8151c89fa4498906
4
- data.tar.gz: feb2ade22a322ba38a8174fd40f1d647ca50c93b6d3efdacd4663e9b8693277b
3
+ metadata.gz: f6bfb98579e8957756656f544da56aad4c8d19fa7a149260bf527ccb5c57d14d
4
+ data.tar.gz: d19f9975b09aa64b6f03b382de1ad439edc2f9dd424dcd6a2ced588971980024
5
5
  SHA512:
6
- metadata.gz: 33c4fe24494f2e0ff056fd560aad36ce074487ac812207092fb68ef03ef512916e35ad52ea91762a3f2c64dbaa79ec053452044733c423f13ee159eeef17ab09
7
- data.tar.gz: d98fa9169a54661d6adefed1b2a9efff4f8b32372e45c519052ab62d49657a88582228e46445278a2c10f3f6905508f9fb46e3c22eedd92e6498df0885464645
6
+ metadata.gz: 9af4898cadaef21e2af4d75512d473ed9bf4ed62587be2fe4b73f140240efabc59e02ce04cc6541ffc6eb081d27f7794b45b31c354217ec6948807709331d4d0
7
+ data.tar.gz: f8393e215290d61202bb65002a5069c9f6361a47ca84fb5964159415b7ea35e7d96b7f423e9ff143dfad74c0ce76e9a6a2cbc9c4dd358c03fd1aa0b923409120
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'connect-sdk-ruby'
3
- spec.version = '2.18.0'
3
+ spec.version = '2.18.1'
4
4
  spec.authors = ['Ingenico ePayments']
5
5
  spec.email = ['github@epay.ingenico.com']
6
6
  spec.summary = %q{SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API}
@@ -18,6 +18,8 @@ module Ingenico::Connect::SDK
18
18
  # @attr [String] payment_method
19
19
  class DecryptedPaymentData < Ingenico::Connect::SDK::DataObject
20
20
 
21
+ #
22
+ # @deprecated Use decryptedPaymentData.paymentMethod instead
21
23
  attr_accessor :auth_method
22
24
 
23
25
  attr_accessor :cardholder_name
@@ -7,7 +7,7 @@ module Ingenico::Connect::SDK
7
7
  #
8
8
  # @attr_reader [Array<Ingenico::Connect::SDK::RequestHeader>] meta_data_headers List of headers that should be used in all requests.
9
9
  class MetaDataProvider
10
- @@SDK_VERSION = '2.18.0'
10
+ @@SDK_VERSION = '2.18.1'
11
11
  @@SERVER_META_INFO_HEADER = 'X-GCS-ServerMetaInfo'
12
12
  @@PROHIBITED_HEADERS = [@@SERVER_META_INFO_HEADER, 'X-GCS-Idempotence-Key',
13
13
  'Date', 'Content-Type', 'Authorization'].sort!.freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: connect-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.18.0
4
+ version: 2.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ingenico ePayments
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-11 00:00:00.000000000 Z
11
+ date: 2021-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpclient