pcp-server-ruby-sdk 1.13.0 → 1.14.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/README.md +1 -1
- data/api-definition.yaml +384 -13
- data/lib/PCP-server-Ruby-SDK/endpoints/pay_by_link_api_client.rb +33 -0
- data/lib/PCP-server-Ruby-SDK/models/authentication_token.rb +6 -183
- data/lib/PCP-server-Ruby-SDK/models/create_pay_by_link_request.rb +12 -0
- data/lib/PCP-server-Ruby-SDK/models/create_pay_by_link_response.rb +13 -0
- data/lib/PCP-server-Ruby-SDK/models/create_payment_intent.rb +1 -1
- data/lib/PCP-server-Ruby-SDK/models/pay_link_status_value.rb +20 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_information_response.rb +4 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_link_order.rb +10 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_link_specific_input.rb +19 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_customer_account_for_intent.rb +12 -0
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output.rb +5 -6
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output_for_intent.rb +5 -6
- data/lib/PCP-server-Ruby-SDK/models/payment_references_for_payment_intent.rb +11 -0
- data/lib/PCP-server-Ruby-SDK/queries/get_checkouts_query.rb +5 -1
- data/lib/PCP-server-Ruby-SDK/version.rb +1 -1
- data/lib/PCP-server-Ruby-SDK.rb +8 -1
- data/package-lock.json +2 -2
- data/package.json +1 -1
- data/spec/endpoints/pay_by_link_api_client_spec.rb +38 -0
- data/spec/endpoints/payment_information_api_client_spec.rb +9 -2
- data/spec/endpoints/payment_intent_api_client_spec.rb +3 -1
- data/spec/models/pay_by_link_models_spec.rb +50 -0
- data/spec/models/payment_intent_models_spec.rb +26 -0
- data/spec/queries/get_checkouts_query_spec.rb +15 -0
- metadata +20 -9
- data/lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output_data.rb +0 -11
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.14.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: 2026-
|
|
11
|
+
date: 2026-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-http
|
|
@@ -107,6 +107,7 @@ files:
|
|
|
107
107
|
- lib/PCP-server-Ruby-SDK/endpoints/checkout_api_client.rb
|
|
108
108
|
- lib/PCP-server-Ruby-SDK/endpoints/commerce_case_api_client.rb
|
|
109
109
|
- lib/PCP-server-Ruby-SDK/endpoints/order_management_checkout_actions_api_client.rb
|
|
110
|
+
- lib/PCP-server-Ruby-SDK/endpoints/pay_by_link_api_client.rb
|
|
110
111
|
- lib/PCP-server-Ruby-SDK/endpoints/payment_execution_api_client.rb
|
|
111
112
|
- lib/PCP-server-Ruby-SDK/endpoints/payment_information_api_client.rb
|
|
112
113
|
- lib/PCP-server-Ruby-SDK/endpoints/payment_intent_api_client.rb
|
|
@@ -174,6 +175,8 @@ files:
|
|
|
174
175
|
- lib/PCP-server-Ruby-SDK/models/create_checkout_response.rb
|
|
175
176
|
- lib/PCP-server-Ruby-SDK/models/create_commerce_case_request.rb
|
|
176
177
|
- lib/PCP-server-Ruby-SDK/models/create_commerce_case_response.rb
|
|
178
|
+
- lib/PCP-server-Ruby-SDK/models/create_pay_by_link_request.rb
|
|
179
|
+
- lib/PCP-server-Ruby-SDK/models/create_pay_by_link_response.rb
|
|
177
180
|
- lib/PCP-server-Ruby-SDK/models/create_payment_intent.rb
|
|
178
181
|
- lib/PCP-server-Ruby-SDK/models/create_payment_intent_request.rb
|
|
179
182
|
- lib/PCP-server-Ruby-SDK/models/create_payment_intent_response.rb
|
|
@@ -215,6 +218,7 @@ files:
|
|
|
215
218
|
- lib/PCP-server-Ruby-SDK/models/patch_commerce_case_request.rb
|
|
216
219
|
- lib/PCP-server-Ruby-SDK/models/pause_payment_request.rb
|
|
217
220
|
- lib/PCP-server-Ruby-SDK/models/pause_payment_response.rb
|
|
221
|
+
- lib/PCP-server-Ruby-SDK/models/pay_link_status_value.rb
|
|
218
222
|
- lib/PCP-server-Ruby-SDK/models/payee.rb
|
|
219
223
|
- lib/PCP-server-Ruby-SDK/models/payment_channel.rb
|
|
220
224
|
- lib/PCP-server-Ruby-SDK/models/payment_creation_output.rb
|
|
@@ -230,6 +234,8 @@ files:
|
|
|
230
234
|
- lib/PCP-server-Ruby-SDK/models/payment_intent_output.rb
|
|
231
235
|
- lib/PCP-server-Ruby-SDK/models/payment_intent_response.rb
|
|
232
236
|
- lib/PCP-server-Ruby-SDK/models/payment_intent_response_data.rb
|
|
237
|
+
- lib/PCP-server-Ruby-SDK/models/payment_link_order.rb
|
|
238
|
+
- lib/PCP-server-Ruby-SDK/models/payment_link_specific_input.rb
|
|
233
239
|
- lib/PCP-server-Ruby-SDK/models/payment_method_specific_input.rb
|
|
234
240
|
- lib/PCP-server-Ruby-SDK/models/payment_method_specific_input_for_intent.rb
|
|
235
241
|
- lib/PCP-server-Ruby-SDK/models/payment_output.rb
|
|
@@ -240,10 +246,11 @@ files:
|
|
|
240
246
|
- lib/PCP-server-Ruby-SDK/models/payment_product5002_specific_input.rb
|
|
241
247
|
- lib/PCP-server-Ruby-SDK/models/payment_product771_specific_output.rb
|
|
242
248
|
- lib/PCP-server-Ruby-SDK/models/payment_product840_customer_account.rb
|
|
249
|
+
- lib/PCP-server-Ruby-SDK/models/payment_product840_customer_account_for_intent.rb
|
|
243
250
|
- lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output.rb
|
|
244
|
-
- lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output_data.rb
|
|
245
251
|
- lib/PCP-server-Ruby-SDK/models/payment_product840_specific_output_for_intent.rb
|
|
246
252
|
- lib/PCP-server-Ruby-SDK/models/payment_references.rb
|
|
253
|
+
- lib/PCP-server-Ruby-SDK/models/payment_references_for_payment_intent.rb
|
|
247
254
|
- lib/PCP-server-Ruby-SDK/models/payment_references_for_refund.rb
|
|
248
255
|
- lib/PCP-server-Ruby-SDK/models/payment_response.rb
|
|
249
256
|
- lib/PCP-server-Ruby-SDK/models/payment_status_output.rb
|
|
@@ -314,6 +321,7 @@ files:
|
|
|
314
321
|
- spec/endpoints/checkout_api_client_spec.rb
|
|
315
322
|
- spec/endpoints/commerce_case_api_client_spec.rb
|
|
316
323
|
- spec/endpoints/order_management_checkout_actions_api_client_spec.rb
|
|
324
|
+
- spec/endpoints/pay_by_link_api_client_spec.rb
|
|
317
325
|
- spec/endpoints/payment_execution_api_client_spec.rb
|
|
318
326
|
- spec/endpoints/payment_information_api_client_spec.rb
|
|
319
327
|
- spec/endpoints/payment_intent_api_client_spec.rb
|
|
@@ -322,6 +330,7 @@ files:
|
|
|
322
330
|
- spec/errors/api_response_retrieval_exception_spec.rb
|
|
323
331
|
- spec/models/api_definition_conformance_spec.rb
|
|
324
332
|
- spec/models/model_base_spec.rb
|
|
333
|
+
- spec/models/pay_by_link_models_spec.rb
|
|
325
334
|
- spec/models/payment_intent_models_spec.rb
|
|
326
335
|
- spec/models/required_field_validation_spec.rb
|
|
327
336
|
- spec/queries/get_checkouts_query_spec.rb
|
|
@@ -355,20 +364,22 @@ specification_version: 4
|
|
|
355
364
|
summary: Commerce Platform API Ruby Gem
|
|
356
365
|
test_files:
|
|
357
366
|
- spec/communicator_configuration_spec.rb
|
|
367
|
+
- spec/endpoints/checkout_api_client_spec.rb
|
|
368
|
+
- spec/endpoints/payment_execution_api_client_spec.rb
|
|
369
|
+
- spec/endpoints/pay_by_link_api_client_spec.rb
|
|
370
|
+
- spec/endpoints/base_api_client_spec.rb
|
|
358
371
|
- spec/endpoints/order_management_checkout_actions_api_client_spec.rb
|
|
359
372
|
- spec/endpoints/payment_information_api_client_spec.rb
|
|
360
|
-
- spec/endpoints/payment_execution_api_client_spec.rb
|
|
361
|
-
- spec/endpoints/commerce_case_api_client_spec.rb
|
|
362
373
|
- spec/endpoints/authentication_api_client_spec.rb
|
|
363
|
-
- spec/endpoints/checkout_api_client_spec.rb
|
|
364
374
|
- spec/endpoints/payment_intent_api_client_spec.rb
|
|
365
|
-
- spec/endpoints/
|
|
375
|
+
- spec/endpoints/commerce_case_api_client_spec.rb
|
|
376
|
+
- spec/errors/api_exception_spec.rb
|
|
366
377
|
- spec/errors/api_response_retrieval_exception_spec.rb
|
|
367
378
|
- spec/errors/api_error_response_exception_spec.rb
|
|
368
|
-
- spec/errors/api_exception_spec.rb
|
|
369
|
-
- spec/models/payment_intent_models_spec.rb
|
|
370
379
|
- spec/models/model_base_spec.rb
|
|
371
380
|
- spec/models/required_field_validation_spec.rb
|
|
381
|
+
- spec/models/pay_by_link_models_spec.rb
|
|
382
|
+
- spec/models/payment_intent_models_spec.rb
|
|
372
383
|
- spec/models/api_definition_conformance_spec.rb
|
|
373
384
|
- spec/queries/get_checkouts_query_spec.rb
|
|
374
385
|
- spec/queries/get_commerce_cases_query_spec.rb
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
require_relative 'model_base'
|
|
2
|
-
|
|
3
|
-
module PCPServerSDK
|
|
4
|
-
module Models
|
|
5
|
-
class PaymentProduct840SpecificOutputData < ModelBase
|
|
6
|
-
attribute :billing_address, :billingAddress, :Address
|
|
7
|
-
attribute :customer_account, :customerAccount, :PaymentProduct840CustomerAccount
|
|
8
|
-
attribute :pay_pal_transaction_id, :payPalTransactionId, :String
|
|
9
|
-
end
|
|
10
|
-
end
|
|
11
|
-
end
|