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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddb7e2862a1082078fd862c678c6b1eb74c2a3fd9d51b6939dc620e0030a9f50
|
4
|
+
data.tar.gz: 3528ae83d834d04fdad6212fa17a5b14a61cd5efc2d3ddd8327743617fe632db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
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.
|
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-
|
11
|
+
date: 2022-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|