processout 2.21.0 → 2.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/processout/invoice.rb +1 -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: babbd1a63d63b0ebe94c58fa14f863fc265e32f47865d53f62372650051fd0ba
|
4
|
+
data.tar.gz: 2c1bfcde039845be58a8388098ba6b617eecc8a1e9faf4941ff797c069a9b1b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6799ebd461d8c11b1ffe2bc2c8da3f99b1dad389528926cd2242eff65609d772e437c42c8e228d11cbd19ae0bc299d5869b9c2872468a79a0c1ff5ee42a5d1c
|
7
|
+
data.tar.gz: da18466d912d8548b13c0e47dabd295def6e326a92697d16c140bab9417b7a9ac5f36034a93af27933f73d3ab991aab63ccf7b28c566170296fe1452138efe60
|
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
|
@@ -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.22.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.22.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-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|