gocardless_pro 2.46.0 → 2.47.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: 48f0431f3dc2e7308c560e95cb938c975ce7d3dc6a731357975779e04c9fb724
4
- data.tar.gz: 5efc3b834b594cb4ed1a8c8d0355537d69e55ca9a44c036810e5c07f0e7ae86a
3
+ metadata.gz: 8c0d8c2ff3892a35e9058f938010632750d3cfa9a7a1f25902c04517404f0ea8
4
+ data.tar.gz: b6b024d9c76a9e7c891a6f30e72626d94ac2448c2f859f604c971d99e97d6fd3
5
5
  SHA512:
6
- metadata.gz: a5d8b6cacedabdf6658e7567f0b4b0cfd5687d7c25fee78d70bc124168f87dd7bdd035d36125378b6ecd797fc3025ec2f785397238d57457a5c0719c5d6d2cb6
7
- data.tar.gz: 82df3b65a0f45cb0d067ba0f98794cd7a716d6aa5ce515b55a15124f8d9b88b94c4baf05eec3f41a1e2e1bce26e243a965f213b55db06a12a4f1cf02ec8680fc
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.46.0',
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 for a creditor. If the creditor would exceed
14
- # this limit, we will not allow the creation of refunds.
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
@@ -3,5 +3,5 @@ end
3
3
 
4
4
  module GoCardlessPro
5
5
  # Current version of the GC gem
6
- VERSION = '2.46.0'
6
+ VERSION = '2.47.0'
7
7
  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.46.0
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-10 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday