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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eab8012a5585d533bf5b9ddba812e23fcc0a1de9081a992b1871b6361b190487
4
- data.tar.gz: e57cd04556c21199e5be55a7604c349f8d9583cdd36e5c441cdb729ac3eb46a4
3
+ metadata.gz: babbd1a63d63b0ebe94c58fa14f863fc265e32f47865d53f62372650051fd0ba
4
+ data.tar.gz: 2c1bfcde039845be58a8388098ba6b617eecc8a1e9faf4941ff797c069a9b1b8
5
5
  SHA512:
6
- metadata.gz: b75bf519d613c6da0aa5ce1a47556ea51ae3b5d3fc064fe87f77fe0304dc5babf2755c964e8ff020b9ad9a6cbe95cdc361481ed7ddbf0e339cf9cae896cdc172
7
- data.tar.gz: 74c03c16febf369638017bd719a96b2263cb265a8b287ede45444aa6d5121ea5ca58d8f0cbfff887272076a6e6cec901ef55c209981ed5131b830a94a2e56edd
6
+ metadata.gz: e6799ebd461d8c11b1ffe2bc2c8da3f99b1dad389528926cd2242eff65609d772e437c42c8e228d11cbd19ae0bc299d5869b9c2872468a79a0c1ff5ee42a5d1c
7
+ data.tar.gz: da18466d912d8548b13c0e47dabd295def6e326a92697d16c140bab9417b7a9ac5f36034a93af27933f73d3ab991aab63ccf7b28c566170296fe1452138efe60
@@ -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.21.0"
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, "")
@@ -1,3 +1,3 @@
1
1
  module ProcessOut
2
- VERSION = "2.21.0"
2
+ VERSION = "2.22.0"
3
3
  end
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.21.0
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-01-26 00:00:00.000000000 Z
11
+ date: 2023-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler