gocardless_pro 4.0.0 → 4.1.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: b30432b1c056b9238df0b166fa799e1236bc4ed5ebb76a0313c96146bb8c68be
|
4
|
+
data.tar.gz: 3757125552e1635704e8596fe866b9ae9dc64f5313e7d52ab832fed65f00af0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d47dc2d06f638ca3647a8f408b3a71ca8ca80f0b171b03435dc3a18e8eeae86d3cb0bfff770caf2c41ae0d6b84bcdde192eccb569c279b75ac54a65e5391ba0
|
7
|
+
data.tar.gz: aae177c790133017a72485cbcb4e33b9465b4b49589f19b3a817c0d2fe5a7e67435328089a3ce4c58de096ccb523304d0910dd648897b7e33a90e28c544df97f
|
@@ -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.
|
256
|
+
'GoCardless-Client-Version' => '4.1.0'
|
257
257
|
}
|
258
258
|
}
|
259
259
|
end
|
@@ -26,8 +26,8 @@ module GoCardlessPro
|
|
26
26
|
# for single-use and is designed to cater to the unique needs of individual
|
27
27
|
# customers.
|
28
28
|
class BillingRequestTemplate
|
29
|
-
attr_reader :authorisation_url, :created_at, :id, :
|
30
|
-
:mandate_request_metadata, :mandate_request_scheme, :mandate_request_verify, :metadata, :name, :payment_request_amount, :payment_request_currency, :payment_request_description, :payment_request_metadata, :payment_request_scheme, :redirect_uri, :updated_at
|
29
|
+
attr_reader :authorisation_url, :created_at, :id, :mandate_request_constraints, :mandate_request_currency,
|
30
|
+
:mandate_request_description, :mandate_request_metadata, :mandate_request_scheme, :mandate_request_verify, :metadata, :name, :payment_request_amount, :payment_request_currency, :payment_request_description, :payment_request_metadata, :payment_request_scheme, :redirect_uri, :updated_at
|
31
31
|
|
32
32
|
# Initialize a billing_request_template resource instance
|
33
33
|
# @param object [Hash] an object returned from the API
|
@@ -37,6 +37,7 @@ module GoCardlessPro
|
|
37
37
|
@authorisation_url = object['authorisation_url']
|
38
38
|
@created_at = object['created_at']
|
39
39
|
@id = object['id']
|
40
|
+
@mandate_request_constraints = object['mandate_request_constraints']
|
40
41
|
@mandate_request_currency = object['mandate_request_currency']
|
41
42
|
@mandate_request_description = object['mandate_request_description']
|
42
43
|
@mandate_request_metadata = object['mandate_request_metadata']
|
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.
|
4
|
+
version: 4.1.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-
|
11
|
+
date: 2025-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|