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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eab8012a5585d533bf5b9ddba812e23fcc0a1de9081a992b1871b6361b190487
4
- data.tar.gz: e57cd04556c21199e5be55a7604c349f8d9583cdd36e5c441cdb729ac3eb46a4
3
+ metadata.gz: 9374b3ae3f8748587c5296db043c12a37e617946c02dead5bbd82bd23e5f22ba
4
+ data.tar.gz: 55c2234fcee0f0c4975c7fba0ae865ec3fcddf5b13759cbadb6be12a860fc9e6
5
5
  SHA512:
6
- metadata.gz: b75bf519d613c6da0aa5ce1a47556ea51ae3b5d3fc064fe87f77fe0304dc5babf2755c964e8ff020b9ad9a6cbe95cdc361481ed7ddbf0e339cf9cae896cdc172
7
- data.tar.gz: 74c03c16febf369638017bd719a96b2263cb265a8b287ede45444aa6d5121ea5ca58d8f0cbfff887272076a6e6cec901ef55c209981ed5131b830a94a2e56edd
6
+ metadata.gz: 517f6c6f60f7e82fbbcae45580915000cc02b564fc35c273ef724d0b35b3d0c003351ba4e9e6e1f8502c8df2308c72f014f2425780d4ba140652f9c362d10633
7
+ data.tar.gz: 0fbf4b581c8166eeac26d13222aa81c33730a056a6169d24ab25a40a78c85fde2b4ba87d152e668b81593853c09be97dad733a68e52d329711f4f42e39e28f88
@@ -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.21.0"
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, "")
@@ -1,3 +1,3 @@
1
1
  module ProcessOut
2
- VERSION = "2.21.0"
2
+ VERSION = "2.23.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.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-01-26 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler