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

Commit

Permalink
Release 2.47.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments committed Mar 6, 2024
1 parent 87ed628 commit 5e26581
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion connect-sdk-ruby.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'connect-sdk-ruby'
spec.version = '2.47.0'
spec.version = '2.47.1'
spec.authors = ['Ingenico ePayments']
spec.email = ['[email protected]']
spec.summary = %q{SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API}
Expand Down
2 changes: 1 addition & 1 deletion lib/ingenico/connect/sdk/meta_data_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module SDK
#
# @attr_reader [Array<Ingenico::Connect::SDK::RequestHeader>] meta_data_headers List of headers that should be used in all requests.
class MetaDataProvider
@@SDK_VERSION = '2.47.0'
@@SDK_VERSION = '2.47.1'
@@SERVER_META_INFO_HEADER = 'X-GCS-ServerMetaInfo'
@@PROHIBITED_HEADERS = [@@SERVER_META_INFO_HEADER, 'X-GCS-Idempotence-Key',
'Date', 'Content-Type', 'Authorization'].sort!.freeze
Expand Down
8 changes: 4 additions & 4 deletions lib/ingenico/connect/sdk/modules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ module Ingenico::Connect::SDK
module Ingenico::Connect::SDK::DefaultImpl
end

# Contains all obfuscation-related classes.
module Ingenico::Connect::SDK::Logging::Obfuscation
end

# Contains all logging-related classes.
module Ingenico::Connect::SDK::Logging
end

# Contains all obfuscation-related classes.
module Ingenico::Connect::SDK::Logging::Obfuscation
end

# Contains interfaces to all Ingenico ePayments services. These services are accessed through a *Ingenico::Connect::SDK::Client* instance.
module Ingenico::Connect::SDK::Merchant
end
Expand Down

0 comments on commit 5e26581

Please sign in to comment.