mangopay 3.30.1 → 3.30.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/mangopay/version.rb +1 -1
- data/lib/mangopay.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b86fbdaf106d3df4a96899887d53827c18311cec4f1fac5061a434f1422e16e8
|
4
|
+
data.tar.gz: e9e391b1d317c813b69b97edd85c7c15335b7c3415c266cec1bd4e7b38e72fb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd74c5a0ca889cede26fbd4fe5679ce5e8dbb245dc82c0dca3c8d95eb4878df0e16e76e4a1529a2b8d585383cc1131aa1ad85e104f602115d6f5b5ce6eaa7a1a
|
7
|
+
data.tar.gz: da0238ed1916f0e5fb7798396f1811fc184dfa1028621842d26b39661c82ae967598c8e8487fb47ea9913626fbd50b3b472a60b3fa9195708a115a0ef38d3984
|
data/CHANGELOG.md
CHANGED
data/lib/mangopay/version.rb
CHANGED
data/lib/mangopay.rb
CHANGED
@@ -280,7 +280,7 @@ module MangoPay
|
|
280
280
|
def request_headers
|
281
281
|
auth_token = AuthorizationToken::Manager.get_token
|
282
282
|
headers = {
|
283
|
-
'User-Agent' => "Mangopay-SDK/#{VERSION} (Ruby/#{
|
283
|
+
'User-Agent' => "Mangopay-SDK/#{VERSION} (Ruby/#{RUBY_VERSION})",
|
284
284
|
'Authorization' => "#{auth_token['token_type']} #{auth_token['access_token']}",
|
285
285
|
'Content-Type' => 'application/json'
|
286
286
|
}
|