pcp-server-ruby-sdk 1.8.0 → 1.10.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.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/README.md +1 -1
  4. data/api-definition.yaml +5200 -5012
  5. data/lib/PCP-server-Ruby-SDK/endpoints/checkout_api_client.rb +3 -1
  6. data/lib/PCP-server-Ruby-SDK/endpoints/commerce_case_api_client.rb +5 -4
  7. data/lib/PCP-server-Ruby-SDK/endpoints/order_management_checkout_actions_api_client.rb +25 -0
  8. data/lib/PCP-server-Ruby-SDK/endpoints/payment_execution_api_client.rb +26 -0
  9. data/lib/PCP-server-Ruby-SDK/models/cancel_payment_request.rb +16 -4
  10. data/lib/PCP-server-Ruby-SDK/models/cart_item_supplier_references.rb +2 -0
  11. data/lib/PCP-server-Ruby-SDK/models/commerce_cases_response.rb +18 -0
  12. data/lib/PCP-server-Ruby-SDK/models/fund_split_request.rb +153 -0
  13. data/lib/PCP-server-Ruby-SDK/models/fund_split_response.rb +180 -0
  14. data/lib/PCP-server-Ruby-SDK/models/payment_references_for_refund.rb +9 -2
  15. data/lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_input.rb +10 -1
  16. data/lib/PCP-server-Ruby-SDK/models/redirect_payment_product900_specific_input.rb +183 -0
  17. data/lib/PCP-server-Ruby-SDK/models/required_field_validation.rb +108 -0
  18. data/lib/PCP-server-Ruby-SDK/version.rb +1 -1
  19. data/lib/PCP-server-Ruby-SDK.rb +7 -0
  20. data/package-lock.json +2 -2
  21. data/package.json +1 -1
  22. data/spec/endpoints/checkout_api_client_spec.rb +22 -0
  23. data/spec/endpoints/order_management_checkout_actions_api_client_spec.rb +51 -0
  24. data/spec/endpoints/payment_execution_api_client_spec.rb +52 -0
  25. data/spec/models/required_field_validation_spec.rb +551 -0
  26. metadata +14 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50417285d2ca1f95140cfa10d1f90bdc51cb055c547137705cb3e3263019b511
4
- data.tar.gz: 9157d089ac17e93be3973f57cdcd02f5a212ce34edc856b7b1b9e579ec6486bc
3
+ metadata.gz: 482f280c7f678eb053e4b60b6b598efd83f822598825c40b036fda794d8ea931
4
+ data.tar.gz: ee91952a8e82ca06fb099357ff371e074158db1818cd7edabf63c6c8d303e468
5
5
  SHA512:
6
- metadata.gz: b289265276666339d45533513138f003455b070f8e5f2ca1b92d5057bc1f76d5450731013080fafc2d1f0d2633ebf2d50a60d76ab90abeacfd5e3531615c17e6
7
- data.tar.gz: 760cd2761e33701e04fb0d4bcc9b67c5ee85433bef2b16ed37fc9053d8ff6d07064253b02bd88c5792f1e9feb1e15ad51a742a33b88766d1c3873314a457511b
6
+ metadata.gz: 1fec4a3be2887f4ae41bdb3f4c77e4cf88b0ea65d4deb62f2275f8df12c194997cfe18fa8b8754c58d309d5b48afc22e82372d4d3a2f892c4f85e0946aa5ffe2
7
+ data.tar.gz: f9689ef5abca20c6c4fb2029abf485f2f45ee7b6557ae6f84637539b0ed37b432b958e29c4f661a5babd64e0810b93f3ecee81a2a8113535d5a486f89ad88f95
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.10.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.9.0...v1.10.0) (2026-05-22)
2
+
3
+ ### Features
4
+
5
+ * feat: update API version to 1.55.0 ([55d757f9427b16513b6c48bd9a8d7332d82bd886](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/55d757f9427b16513b6c48bd9a8d7332d82bd886))
6
+
7
+ # [1.9.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.8.0...v1.9.0) (2026-04-29)
8
+
9
+ ### Features
10
+
11
+ * feat: add alias for renamed function to avoid breaking change ([7f23ddba587455488fd9d89af2a3b20fbfe87f7d](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/7f23ddba587455488fd9d89af2a3b20fbfe87f7d))
12
+ * feat: add missing endpoints and response models ([669cd554f823a7a25c3a8ad4b2fa42ae7d760153](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/669cd554f823a7a25c3a8ad4b2fa42ae7d760153))
13
+ * feat: update API version to 1.50.0 ([62b42f84fe7945b434af4ce7ef340323bab633c1](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/62b42f84fe7945b434af4ce7ef340323bab633c1))
14
+
1
15
  # [1.8.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.7.0...v1.8.0) (2026-03-31)
2
16
 
3
17
  ### Features
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  ![PyPI - Downloads](https://img.shields.io/gem/dv/pcp-server-ruby-sdk/1.1.0)
7
7
 
8
8
 
9
- Welcome to the Ruby SDK for the PAYONE Commerce Platform (api-version 1.40.0)! This repository contains a powerful, easy-to-use software development kit (SDK) designed to simplify the integration of online payment processing into your applications.
9
+ Welcome to the Ruby SDK for the PAYONE Commerce Platform (api-version 1.55.0)! This repository contains a powerful, easy-to-use software development kit (SDK) designed to simplify the integration of online payment processing into your applications.
10
10
 
11
11
  ## Requirements
12
12