processout 2.22.0 → 2.23.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: babbd1a63d63b0ebe94c58fa14f863fc265e32f47865d53f62372650051fd0ba
4
- data.tar.gz: 2c1bfcde039845be58a8388098ba6b617eecc8a1e9faf4941ff797c069a9b1b8
3
+ metadata.gz: 9374b3ae3f8748587c5296db043c12a37e617946c02dead5bbd82bd23e5f22ba
4
+ data.tar.gz: 55c2234fcee0f0c4975c7fba0ae865ec3fcddf5b13759cbadb6be12a860fc9e6
5
5
  SHA512:
6
- metadata.gz: e6799ebd461d8c11b1ffe2bc2c8da3f99b1dad389528926cd2242eff65609d772e437c42c8e228d11cbd19ae0bc299d5869b9c2872468a79a0c1ff5ee42a5d1c
7
- data.tar.gz: da18466d912d8548b13c0e47dabd295def6e326a92697d16c140bab9417b7a9ac5f36034a93af27933f73d3ab991aab63ccf7b28c566170296fe1452138efe60
6
+ metadata.gz: 517f6c6f60f7e82fbbcae45580915000cc02b564fc35c273ef724d0b35b3d0c003351ba4e9e6e1f8502c8df2308c72f014f2425780d4ba140652f9c362d10633
7
+ data.tar.gz: 0fbf4b581c8166eeac26d13222aa81c33730a056a6169d24ab25a40a78c85fde2b4ba87d152e668b81593853c09be97dad733a68e52d329711f4f42e39e28f88
@@ -731,6 +731,7 @@ module ProcessOut
731
731
  "auto_capture_at" => options.fetch(:auto_capture_at, nil),
732
732
  "enable_three_d_s_2" => options.fetch(:enable_three_d_s_2, nil),
733
733
  "metadata" => options.fetch(:metadata, nil),
734
+ "capture_statement_descriptor" => options.fetch(:capture_statement_descriptor, nil),
734
735
  "source" => source
735
736
  }
736
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.22.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.22.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.22.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-02-14 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