gocardless_pro 2.33.0 → 2.34.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: 547c8d990ef27e30f61b00fc137eb05b3678720fab931b9447979fa43fa79683
4
- data.tar.gz: 7eaa4deefbb4aec1f7bd38cc33dcdfa65d498b7f3286062c0fd69c4337a5285f
3
+ metadata.gz: ddb7e2862a1082078fd862c678c6b1eb74c2a3fd9d51b6939dc620e0030a9f50
4
+ data.tar.gz: 3528ae83d834d04fdad6212fa17a5b14a61cd5efc2d3ddd8327743617fe632db
5
5
  SHA512:
6
- metadata.gz: fbaa93ec22fe18addd5158cd3a06cd6093ee0d9062d1a52e7c02f7351658a8f8b74dc3fcabd5d2fec34f5783d2bc203673d97cd08bedc1086ca9914fc08052ea
7
- data.tar.gz: e3dbac5596a2f7ddb119e1d477f1d27ad0e19216db3728de879cd0954b08e74cca8aa3f79c386ddf522506670e5302a72498ec1cee6a1be3c7f36772e106f51b
6
+ metadata.gz: 8f7925a4e72edaddc2397d608d07aa77123f778616335904d9ab313b8718a94f8dd0770c7dab6bfc06309c2d8f5d4478c37f684aba0f590aee8ac38776c438da
7
+ data.tar.gz: dde97d3ee08391fee635a5f561b536825983ac25d071fcf9d76c80bf83650d6065a63e83ae6e88d67c4755e5547c37981061b27958b9044c8d75a2b0fa5cf1b0
@@ -198,7 +198,7 @@ module GoCardlessPro
198
198
  'User-Agent' => user_agent.to_s,
199
199
  'Content-Type' => 'application/json',
200
200
  'GoCardless-Client-Library' => 'gocardless-pro-ruby',
201
- 'GoCardless-Client-Version' => '2.33.0',
201
+ 'GoCardless-Client-Version' => '2.34.0',
202
202
  },
203
203
  }
204
204
  end
@@ -43,7 +43,8 @@ module GoCardlessPro
43
43
  # `confirmation_url` attribute of the redirect flow.
44
44
  #
45
45
  # Redirect flows expire 30 minutes after they are first created. You cannot
46
- # complete an expired redirect flow.
46
+ # complete an expired redirect flow. For an integrator this is shorter and
47
+ # they will expire after 10 minutes.
47
48
  class RedirectFlow
48
49
  attr_reader :confirmation_url
49
50
  attr_reader :created_at
@@ -4,5 +4,5 @@ end
4
4
 
5
5
  module GoCardlessPro
6
6
  # Current version of the GC gem
7
- VERSION = '2.33.0'.freeze
7
+ VERSION = '2.34.0'.freeze
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gocardless_pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.33.0
4
+ version: 2.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-13 00:00:00.000000000 Z
11
+ date: 2022-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday