adyen-ruby-api-library 9.4.0 → 9.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/adyen/services/management/android_files_company_level_api.rb +9 -0
- data/lib/adyen/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cc53bf5f369e14c157b891bdf7bae1a1d31d5044e0fc1f982d77a295eac8ce1
|
4
|
+
data.tar.gz: e2b54affbaa09674a1dded7f27a5eb1edfdc6d050c8950bae1dc2c6261076d8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 634257fab7e168b36f446c69c165afe03bcaf24e8ae4fe741782bb523af8d97f886edfe59f393befe22fcb665926384d66ecda6507abfc44dee90ec581f6e37b
|
7
|
+
data.tar.gz: a8608fc1b33fa60a8507eedaad9a7662083288ef0df4f54fe13774467282fa6dc56b66228dffbee6cbc039b03e6f3fae680c9b4192b7e1856615aa02c682ff47
|
data/VERSION
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
9.
|
1
|
+
9.5.0
|
2
2
|
|
@@ -34,6 +34,15 @@ module Adyen
|
|
34
34
|
@client.call_adyen_api(@service, action, {}, headers, @version)
|
35
35
|
end
|
36
36
|
|
37
|
+
def reprocess_android_app(company_id, id, headers: {})
|
38
|
+
endpoint = '/companies/{companyId}/androidApps/{id}'.gsub(/{.+?}/, '%s')
|
39
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
40
|
+
endpoint = format(endpoint, company_id, id)
|
41
|
+
|
42
|
+
action = { method: 'patch', url: endpoint }
|
43
|
+
@client.call_adyen_api(@service, action, {}, headers, @version)
|
44
|
+
end
|
45
|
+
|
37
46
|
def upload_android_app(company_id, headers: {})
|
38
47
|
endpoint = '/companies/{companyId}/androidApps'.gsub(/{.+?}/, '%s')
|
39
48
|
endpoint = endpoint.gsub(%r{^/}, '')
|
data/lib/adyen/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adyen-ruby-api-library
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adyen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|