gocardless_pro 2.46.0 → 2.48.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: a259c52338d06dac655a59f69aba53fa2c590a039167d6f9cf66fc090f2c0589
4
+ data.tar.gz: f73d29637aee11636991a04cf99f1c093c07128db249abb09d318e3c1b62d3bc
5
5
  SHA512:
6
- metadata.gz: a5d8b6cacedabdf6658e7567f0b4b0cfd5687d7c25fee78d70bc124168f87dd7bdd035d36125378b6ecd797fc3025ec2f785397238d57457a5c0719c5d6d2cb6
7
- data.tar.gz: 82df3b65a0f45cb0d067ba0f98794cd7a716d6aa5ce515b55a15124f8d9b88b94c4baf05eec3f41a1e2e1bce26e243a965f213b55db06a12a4f1cf02ec8680fc
6
+ metadata.gz: 4c3feb1806b7381405e750632f25b2b2c45e9c0b5cdd668283bb3bfcfbfaba5400fe33542da56d91f932e9711d5e0cebbf60d17d1b18374d323b9b64121f6327
7
+ data.tar.gz: d853bf591d92e942a91b5d0dff9d4f34d340cf7187ee55932ba0135c25d75a45bb5a7504ace21b2a8540fd42132f2ade3321d5c3c1be3b249d3f99d53a517b19
@@ -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.48.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.48.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.48.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-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday