gocardless_pro 2.46.0 → 2.47.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c0d8c2ff3892a35e9058f938010632750d3cfa9a7a1f25902c04517404f0ea8
|
|
4
|
+
data.tar.gz: b6b024d9c76a9e7c891a6f30e72626d94ac2448c2f859f604c971d99e97d6fd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d360410c1aba2ce3e08b1d5a5381a7ad42afe11e030451dc40febdd0a020688a5af032062f131c2f854e55f5b1b6d3a39f1a405aef62dd348220d996641187e
|
|
7
|
+
data.tar.gz: 8a347527958c1de52d9d67e14f97a2f45ec5bc9eabade9c215eccd1f9b1d9b579afe20b37db15b7890538b4ab3f64c1300ddd22561c9fa8d66bcd0f8d6544d49
|
|
@@ -213,7 +213,7 @@ module GoCardlessPro
|
|
|
213
213
|
'User-Agent' => "#{user_agent}",
|
|
214
214
|
'Content-Type' => 'application/json',
|
|
215
215
|
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
|
|
216
|
-
'GoCardless-Client-Version' => '2.
|
|
216
|
+
'GoCardless-Client-Version' => '2.47.0',
|
|
217
217
|
},
|
|
218
218
|
}
|
|
219
219
|
end
|
|
@@ -10,8 +10,11 @@ module GoCardlessPro
|
|
|
10
10
|
module Resources
|
|
11
11
|
# Represents an instance of a negative_balance_limit resource returned from the API
|
|
12
12
|
|
|
13
|
-
# The negative balance limit
|
|
14
|
-
#
|
|
13
|
+
# The negative balance limit is a threshold for the creditor balance beyond
|
|
14
|
+
# which refunds are not permitted. The default limit is zero — refunds are
|
|
15
|
+
# not permitted if the creditor has a negative balance. The limit can be
|
|
16
|
+
# changed on a per-creditor basis.
|
|
17
|
+
#
|
|
15
18
|
class NegativeBalanceLimit
|
|
16
19
|
attr_reader :active
|
|
17
20
|
attr_reader :balance_limit
|
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.47.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|