Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 5e26581

Browse files
Release 2.47.1.
1 parent 87ed628 commit 5e26581

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

connect-sdk-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'connect-sdk-ruby'
3-
spec.version = '2.47.0'
3+
spec.version = '2.47.1'
44
spec.authors = ['Ingenico ePayments']
55
spec.email = ['github@epay.ingenico.com']
66
spec.summary = %q{SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API}

lib/ingenico/connect/sdk/meta_data_provider.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module SDK
1111
#
1212
# @attr_reader [Array<Ingenico::Connect::SDK::RequestHeader>] meta_data_headers List of headers that should be used in all requests.
1313
class MetaDataProvider
14-
@@SDK_VERSION = '2.47.0'
14+
@@SDK_VERSION = '2.47.1'
1515
@@SERVER_META_INFO_HEADER = 'X-GCS-ServerMetaInfo'
1616
@@PROHIBITED_HEADERS = [@@SERVER_META_INFO_HEADER, 'X-GCS-Idempotence-Key',
1717
'Date', 'Content-Type', 'Authorization'].sort!.freeze

lib/ingenico/connect/sdk/modules.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ module Ingenico::Connect::SDK
77
module Ingenico::Connect::SDK::DefaultImpl
88
end
99

10-
# Contains all obfuscation-related classes.
11-
module Ingenico::Connect::SDK::Logging::Obfuscation
12-
end
13-
1410
# Contains all logging-related classes.
1511
module Ingenico::Connect::SDK::Logging
1612
end
1713

14+
# Contains all obfuscation-related classes.
15+
module Ingenico::Connect::SDK::Logging::Obfuscation
16+
end
17+
1818
# Contains interfaces to all Ingenico ePayments services. These services are accessed through a *Ingenico::Connect::SDK::Client* instance.
1919
module Ingenico::Connect::SDK::Merchant
2020
end

0 commit comments

Comments
 (0)