processout 2.21.0 → 2.23.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/processout/invoice.rb +2 -0
- data/lib/processout/networking/request.rb +1 -1
- data/lib/processout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9374b3ae3f8748587c5296db043c12a37e617946c02dead5bbd82bd23e5f22ba
|
4
|
+
data.tar.gz: 55c2234fcee0f0c4975c7fba0ae865ec3fcddf5b13759cbadb6be12a860fc9e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 517f6c6f60f7e82fbbcae45580915000cc02b564fc35c273ef724d0b35b3d0c003351ba4e9e6e1f8502c8df2308c72f014f2425780d4ba140652f9c362d10633
|
7
|
+
data.tar.gz: 0fbf4b581c8166eeac26d13222aa81c33730a056a6169d24ab25a40a78c85fde2b4ba87d152e668b81593853c09be97dad733a68e52d329711f4f42e39e28f88
|
data/lib/processout/invoice.rb
CHANGED
@@ -694,6 +694,7 @@ module ProcessOut
|
|
694
694
|
"retry_drop_liability_shift" => options.fetch(:retry_drop_liability_shift, nil),
|
695
695
|
"capture_amount" => options.fetch(:capture_amount, nil),
|
696
696
|
"enable_three_d_s_2" => options.fetch(:enable_three_d_s_2, nil),
|
697
|
+
"allow_fallback_to_sale" => options.fetch(:allow_fallback_to_sale, nil),
|
697
698
|
"auto_capture_at" => options.fetch(:auto_capture_at, nil),
|
698
699
|
"metadata" => options.fetch(:metadata, nil),
|
699
700
|
"source" => source
|
@@ -730,6 +731,7 @@ module ProcessOut
|
|
730
731
|
"auto_capture_at" => options.fetch(:auto_capture_at, nil),
|
731
732
|
"enable_three_d_s_2" => options.fetch(:enable_three_d_s_2, nil),
|
732
733
|
"metadata" => options.fetch(:metadata, nil),
|
734
|
+
"capture_statement_descriptor" => options.fetch(:capture_statement_descriptor, nil),
|
733
735
|
"source" => source
|
734
736
|
}
|
735
737
|
|
@@ -13,7 +13,7 @@ module ProcessOut
|
|
13
13
|
req.basic_auth @client.project_id, @client.project_secret
|
14
14
|
req.content_type = "application/json"
|
15
15
|
req["API-Version"] = "1.4.0.0"
|
16
|
-
req["User-Agent"] = "ProcessOut Ruby-Bindings/2.
|
16
|
+
req["User-Agent"] = "ProcessOut Ruby-Bindings/2.23.0"
|
17
17
|
|
18
18
|
unless options.nil?
|
19
19
|
req["Idempotency-Key"] = options.fetch(:idempotency_key, "")
|
data/lib/processout/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: processout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Manuel HUEZ
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|