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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output.rb +16 -6
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_product840_specific_input.rb +30 -6
- data/lib/PCP-server-Ruby-SDK/version.rb +1 -1
- data/package-lock.json +179 -179
- data/package.json +1 -1
- metadata +8 -8
data/package.json
CHANGED
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.
|
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-
|
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/
|
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/
|
331
|
-
- spec/
|
332
|
-
- spec/
|
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
|