gocardless_pro 3.8.0 → 3.8.1

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: cb18a622d5c0c067330de44a389114cf405a64cfc0edea91a919e394ae474f04
4
- data.tar.gz: 69e13eaaa22df8ec0cc104205ffb96c1505471dfb0d1dd30df831756439cd924
3
+ metadata.gz: 36a10c0998933d28e80b9ae681560749659595e0d7814c944584f34a59dcbdae
4
+ data.tar.gz: aa8bd84d003ff79c11f9e6225da3b17b76fa77be9f90bd036989bab64f549305
5
5
  SHA512:
6
- metadata.gz: 228213efb6ebec8cc8a1cefebc7177f288d07ad6553d554fdca1357e67891af93036d236a17c0a544c851d64251025b80162fc1e6367aa2660afcf9ce8bd6bdd
7
- data.tar.gz: ac9e1c9f784c67e41effafaddbc444d5d19eae51d00970f39edc0ea4cd466833761f517b1528f776f5ec4194c27595ac0b9fa6e4b5471284aaa92eed876ca783
6
+ metadata.gz: 9f673bf3f8200158079eb4b010d108a5c04a497d27f2e5a517cfacfcae3b6d37bb98bfa3040c84437a6e09016964a29e90e81ac6a8fa4e518bfd2ecf473d9ad6
7
+ data.tar.gz: 7cd71c7ac0875b209facfe7a47884b39e6fd5ce4b8d59f2553cb15b05e1af76911a94f00da7c6c66ef95cc4820ae50374c74e0ae8fe8879afcd6b8781a3f032f
@@ -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' => '3.8.0'
256
+ 'GoCardless-Client-Version' => '3.8.1'
257
257
  }
258
258
  }
259
259
  end
@@ -45,7 +45,7 @@ module GoCardlessPro
45
45
 
46
46
  # return the key which API responses will envelope data under
47
47
  def envelope_key
48
- 'billing_requests'
48
+ 'billing_request_with_actions'
49
49
  end
50
50
  end
51
51
  end
@@ -3,5 +3,5 @@ end
3
3
 
4
4
  module GoCardlessPro
5
5
  # Current version of the GC gem
6
- VERSION = '3.8.0'
6
+ VERSION = '3.8.1'
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: 3.8.0
4
+ version: 3.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-19 00:00:00.000000000 Z
11
+ date: 2025-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday