pcp-server-ruby-sdk 1.3.1 → 1.4.0

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.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcp-serversdk-ruby",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "type": "commonjs",
5
5
  "scripts": {
6
6
  "changelog": "conventional-changelog -i CHANGELOG.md -s --config ./changelog.config.js"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pcp-server-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PAYONE GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-04 00:00:00.000000000 Z
11
+ date: 2025-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-http
@@ -321,16 +321,16 @@ specification_version: 4
321
321
  summary: Commerce Platform API Ruby Gem
322
322
  test_files:
323
323
  - spec/communicator_configuration_spec.rb
324
- - spec/endpoints/authentication_api_client_spec.rb
325
- - spec/endpoints/commerce_case_api_client_spec.rb
326
324
  - spec/endpoints/payment_execution_api_client_spec.rb
327
- - spec/endpoints/checkout_api_client_spec.rb
325
+ - spec/endpoints/order_management_checkout_actions_api_client_spec.rb
328
326
  - spec/endpoints/payment_information_api_client_spec.rb
329
327
  - spec/endpoints/base_api_client_spec.rb
330
- - spec/endpoints/order_management_checkout_actions_api_client_spec.rb
331
- - spec/errors/api_error_response_exception_spec.rb
332
- - spec/errors/api_exception_spec.rb
328
+ - spec/endpoints/commerce_case_api_client_spec.rb
329
+ - spec/endpoints/authentication_api_client_spec.rb
330
+ - spec/endpoints/checkout_api_client_spec.rb
333
331
  - spec/errors/api_response_retrieval_exception_spec.rb
332
+ - spec/errors/api_exception_spec.rb
333
+ - spec/errors/api_error_response_exception_spec.rb
334
334
  - spec/queries/get_checkouts_query_spec.rb
335
335
  - spec/queries/get_commerce_cases_query_spec.rb
336
336
  - spec/request_header_generator_spec.rb