gocardless_pro 4.1.0 → 4.2.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: b30432b1c056b9238df0b166fa799e1236bc4ed5ebb76a0313c96146bb8c68be
4
- data.tar.gz: 3757125552e1635704e8596fe866b9ae9dc64f5313e7d52ab832fed65f00af0b
3
+ metadata.gz: 324f2075e7f922125fa514b785a008cf798f8f3ecc7091a484fe509507ea8170
4
+ data.tar.gz: 3fdb7faec2ddcdce67049f0f4c1369815a41bdfd678b40b7fc105ebfed0b7401
5
5
  SHA512:
6
- metadata.gz: 8d47dc2d06f638ca3647a8f408b3a71ca8ca80f0b171b03435dc3a18e8eeae86d3cb0bfff770caf2c41ae0d6b84bcdde192eccb569c279b75ac54a65e5391ba0
7
- data.tar.gz: aae177c790133017a72485cbcb4e33b9465b4b49589f19b3a817c0d2fe5a7e67435328089a3ce4c58de096ccb523304d0910dd648897b7e33a90e28c544df97f
6
+ metadata.gz: ac379f7f21848f4bb8b491ad21f5badf39f0846c1452b0b91a082ca9f41b1afce0a771dea444c0dda775712789ec2ed72e8d8184615a8188eee13ff1961b48b7
7
+ data.tar.gz: b7f63bfc31a8415044928edb1c65a0d748bb0498c42f7319b3e15759a6969184731be96cc01fa39917356741a75c45cb0b2531c44653b100888821b534fb70bd
@@ -253,7 +253,7 @@ module GoCardlessPro
253
253
  'User-Agent' => "#{user_agent}",
254
254
  'Content-Type' => 'application/json',
255
255
  'GoCardless-Client-Library' => 'gocardless-pro-ruby',
256
- 'GoCardless-Client-Version' => '4.1.0'
256
+ 'GoCardless-Client-Version' => '4.2.0'
257
257
  }
258
258
  }
259
259
  end
@@ -39,27 +39,6 @@ module GoCardlessPro
39
39
  ).enumerator
40
40
  end
41
41
 
42
- # Creates a new negative balance limit, which replaces the existing limit (if
43
- # present) for that currency and creditor combination.
44
- #
45
- # Example URL: /negative_balance_limits
46
- # @param options [Hash] parameters as a hash, under a params key.
47
- def create(options = {})
48
- path = '/negative_balance_limits'
49
-
50
- params = options.delete(:params) || {}
51
- options[:params] = {}
52
- options[:params][envelope_key] = params
53
-
54
- options[:retry_failures] = true
55
-
56
- response = make_request(:post, path, options)
57
-
58
- return if response.body.nil?
59
-
60
- Resources::NegativeBalanceLimit.new(unenvelope_body(response.body), response)
61
- end
62
-
63
42
  private
64
43
 
65
44
  # Unenvelope the response of the body using the service's `envelope_key`
@@ -3,5 +3,5 @@ end
3
3
 
4
4
  module GoCardlessPro
5
5
  # Current version of the GC gem
6
- VERSION = '4.1.0'
6
+ VERSION = '4.2.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: 4.1.0
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-11 00:00:00.000000000 Z
11
+ date: 2025-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday