onlinepayments-sdk-ruby 7.4.0 → 8.0.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/lib/onlinepayments/sdk/communication/metadata_provider.rb +1 -1
- data/lib/onlinepayments/sdk/domain/airline_flight_leg.rb +7 -0
- data/lib/onlinepayments/sdk/domain/airline_passenger.rb +14 -0
- data/lib/onlinepayments/sdk/domain/auto_capture.rb +30 -0
- data/lib/onlinepayments/sdk/domain/card_bin_details.rb +14 -0
- data/lib/onlinepayments/sdk/domain/card_essentials.rb +14 -0
- data/lib/onlinepayments/sdk/domain/card_payment_method_specific_input.rb +9 -0
- data/lib/onlinepayments/sdk/domain/card_payment_method_specific_input_base.rb +9 -0
- data/lib/onlinepayments/sdk/domain/create_hosted_fields_session_request.rb +11 -0
- data/lib/onlinepayments/sdk/domain/get_iin_details_response.rb +14 -0
- data/lib/onlinepayments/sdk/domain/iin_detail.rb +14 -0
- data/lib/onlinepayments/sdk/domain/line_item_detail.rb +0 -7
- data/lib/onlinepayments/sdk/domain/operation_payment_references.rb +7 -0
- data/lib/onlinepayments/sdk/domain/order.rb +7 -0
- data/lib/onlinepayments/sdk/domain/order_line_details.rb +7 -0
- data/lib/onlinepayments/sdk/domain/order_references.rb +7 -0
- data/lib/onlinepayments/sdk/domain/payment_output.rb +0 -9
- data/lib/onlinepayments/sdk/domain/payment_product5412.rb +44 -0
- data/lib/onlinepayments/sdk/domain/payment_product5704_auto_capture.rb +30 -0
- data/lib/onlinepayments/sdk/domain/payment_references.rb +7 -0
- data/lib/onlinepayments/sdk/domain/payout_card_payment_method_specific_output.rb +55 -0
- data/lib/onlinepayments/sdk/domain/payout_output.rb +27 -0
- data/lib/onlinepayments/sdk/domain/redirect_payment_method_specific_input.rb +18 -0
- data/lib/onlinepayments/sdk/domain/redirect_payment_product5300_specific_input.rb +9 -0
- data/lib/onlinepayments/sdk/domain/redirect_payment_product5301_specific_input.rb +30 -0
- data/lib/onlinepayments/sdk/domain/redirect_payment_product5407_specific_input.rb +32 -0
- data/lib/onlinepayments/sdk/domain/show_form_data.rb +9 -0
- data/lib/onlinepayments/sdk/merchant/products/get_payment_product_params.rb +4 -0
- data/lib/onlinepayments/sdk/merchant/products/get_payment_products_params.rb +4 -0
- data/onlinepayments-sdk-ruby.gemspec +9 -8
- metadata +37 -26
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onlinepayments-sdk-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 8.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Worldline Direct support team
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: httpclient
|
|
@@ -16,28 +15,42 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '2.
|
|
18
|
+
version: '2.9'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '2.
|
|
25
|
+
version: '2.9'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: concurrent-ruby
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
30
29
|
requirements:
|
|
31
30
|
- - "~>"
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '1.
|
|
32
|
+
version: '1.3'
|
|
34
33
|
type: :runtime
|
|
35
34
|
prerelease: false
|
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
36
|
requirements:
|
|
38
37
|
- - "~>"
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '1.
|
|
39
|
+
version: '1.3'
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: base64
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
type: :development
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
41
54
|
- !ruby/object:Gem::Dependency
|
|
42
55
|
name: yard
|
|
43
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,76 +71,70 @@ dependencies:
|
|
|
58
71
|
requirements:
|
|
59
72
|
- - "~>"
|
|
60
73
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '3.
|
|
74
|
+
version: '3.13'
|
|
62
75
|
type: :development
|
|
63
76
|
prerelease: false
|
|
64
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
78
|
requirements:
|
|
66
79
|
- - "~>"
|
|
67
80
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '3.
|
|
81
|
+
version: '3.13'
|
|
69
82
|
- !ruby/object:Gem::Dependency
|
|
70
83
|
name: webmock
|
|
71
84
|
requirement: !ruby/object:Gem::Requirement
|
|
72
85
|
requirements:
|
|
73
86
|
- - "~>"
|
|
74
87
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '
|
|
88
|
+
version: '3.0'
|
|
76
89
|
type: :development
|
|
77
90
|
prerelease: false
|
|
78
91
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
92
|
requirements:
|
|
80
93
|
- - "~>"
|
|
81
94
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '
|
|
95
|
+
version: '3.0'
|
|
83
96
|
- !ruby/object:Gem::Dependency
|
|
84
97
|
name: sinatra
|
|
85
98
|
requirement: !ruby/object:Gem::Requirement
|
|
86
99
|
requirements:
|
|
87
100
|
- - "~>"
|
|
88
101
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '2
|
|
102
|
+
version: '3.2'
|
|
90
103
|
type: :development
|
|
91
104
|
prerelease: false
|
|
92
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
106
|
requirements:
|
|
94
107
|
- - "~>"
|
|
95
108
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '2
|
|
109
|
+
version: '3.2'
|
|
97
110
|
- !ruby/object:Gem::Dependency
|
|
98
111
|
name: webrick
|
|
99
112
|
requirement: !ruby/object:Gem::Requirement
|
|
100
113
|
requirements:
|
|
101
114
|
- - "~>"
|
|
102
115
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '1.
|
|
116
|
+
version: '1.8'
|
|
104
117
|
type: :development
|
|
105
118
|
prerelease: false
|
|
106
119
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
120
|
requirements:
|
|
108
121
|
- - "~>"
|
|
109
122
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '1.
|
|
123
|
+
version: '1.8'
|
|
111
124
|
- !ruby/object:Gem::Dependency
|
|
112
125
|
name: rake
|
|
113
126
|
requirement: !ruby/object:Gem::Requirement
|
|
114
127
|
requirements:
|
|
115
128
|
- - "~>"
|
|
116
129
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: '
|
|
118
|
-
- - ">="
|
|
119
|
-
- !ruby/object:Gem::Version
|
|
120
|
-
version: 12.3.3
|
|
130
|
+
version: '13.0'
|
|
121
131
|
type: :development
|
|
122
132
|
prerelease: false
|
|
123
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
124
134
|
requirements:
|
|
125
135
|
- - "~>"
|
|
126
136
|
- !ruby/object:Gem::Version
|
|
127
|
-
version: '
|
|
128
|
-
- - ">="
|
|
129
|
-
- !ruby/object:Gem::Version
|
|
130
|
-
version: 12.3.3
|
|
137
|
+
version: '13.0'
|
|
131
138
|
description: SDK to communicate with the Online Payments platform using the Online
|
|
132
139
|
Payments Server API
|
|
133
140
|
email:
|
|
@@ -188,6 +195,7 @@ files:
|
|
|
188
195
|
- lib/onlinepayments/sdk/domain/api_error.rb
|
|
189
196
|
- lib/onlinepayments/sdk/domain/apple_pay_line_item.rb
|
|
190
197
|
- lib/onlinepayments/sdk/domain/apple_pay_recurring_payment_request.rb
|
|
198
|
+
- lib/onlinepayments/sdk/domain/auto_capture.rb
|
|
191
199
|
- lib/onlinepayments/sdk/domain/bank_account_iban.rb
|
|
192
200
|
- lib/onlinepayments/sdk/domain/batch_metadata.rb
|
|
193
201
|
- lib/onlinepayments/sdk/domain/browser_data.rb
|
|
@@ -369,7 +377,9 @@ files:
|
|
|
369
377
|
- lib/onlinepayments/sdk/domain/payment_product5402_specific_output.rb
|
|
370
378
|
- lib/onlinepayments/sdk/domain/payment_product5404.rb
|
|
371
379
|
- lib/onlinepayments/sdk/domain/payment_product5407.rb
|
|
380
|
+
- lib/onlinepayments/sdk/domain/payment_product5412.rb
|
|
372
381
|
- lib/onlinepayments/sdk/domain/payment_product5500_specific_output.rb
|
|
382
|
+
- lib/onlinepayments/sdk/domain/payment_product5704_auto_capture.rb
|
|
373
383
|
- lib/onlinepayments/sdk/domain/payment_product771_specific_output.rb
|
|
374
384
|
- lib/onlinepayments/sdk/domain/payment_product840.rb
|
|
375
385
|
- lib/onlinepayments/sdk/domain/payment_product840_customer_account.rb
|
|
@@ -391,6 +401,7 @@ files:
|
|
|
391
401
|
- lib/onlinepayments/sdk/domain/payment_references.rb
|
|
392
402
|
- lib/onlinepayments/sdk/domain/payment_response.rb
|
|
393
403
|
- lib/onlinepayments/sdk/domain/payment_status_output.rb
|
|
404
|
+
- lib/onlinepayments/sdk/domain/payout_card_payment_method_specific_output.rb
|
|
394
405
|
- lib/onlinepayments/sdk/domain/payout_error_response.rb
|
|
395
406
|
- lib/onlinepayments/sdk/domain/payout_output.rb
|
|
396
407
|
- lib/onlinepayments/sdk/domain/payout_response.rb
|
|
@@ -423,9 +434,11 @@ files:
|
|
|
423
434
|
- lib/onlinepayments/sdk/domain/redirect_payment_product3307_specific_input.rb
|
|
424
435
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5001_specific_input.rb
|
|
425
436
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5300_specific_input.rb
|
|
437
|
+
- lib/onlinepayments/sdk/domain/redirect_payment_product5301_specific_input.rb
|
|
426
438
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5402_specific_input.rb
|
|
427
439
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5403_specific_input.rb
|
|
428
440
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5406_specific_input.rb
|
|
441
|
+
- lib/onlinepayments/sdk/domain/redirect_payment_product5407_specific_input.rb
|
|
429
442
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5408_specific_input.rb
|
|
430
443
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5410_specific_input.rb
|
|
431
444
|
- lib/onlinepayments/sdk/domain/redirect_payment_product5412_specific_input.rb
|
|
@@ -590,7 +603,6 @@ homepage: https://github.com/wl-online-payments-direct/sdk-ruby
|
|
|
590
603
|
licenses:
|
|
591
604
|
- MIT
|
|
592
605
|
metadata: {}
|
|
593
|
-
post_install_message:
|
|
594
606
|
rdoc_options: []
|
|
595
607
|
require_paths:
|
|
596
608
|
- lib
|
|
@@ -605,8 +617,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
605
617
|
- !ruby/object:Gem::Version
|
|
606
618
|
version: '0'
|
|
607
619
|
requirements: []
|
|
608
|
-
rubygems_version: 3.
|
|
609
|
-
signing_key:
|
|
620
|
+
rubygems_version: 3.6.9
|
|
610
621
|
specification_version: 4
|
|
611
622
|
summary: SDK to communicate with the Online Payments platform using the Online Payments
|
|
612
623
|
Server API
|