zuora_api 1.6.33 → 1.6.36

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: c72d9547db8fd3ec9b68d1553be74141b547d25055fcf2414fdb72833575e4fd
4
- data.tar.gz: 98dde858a727050dcc58177793902a20c9c81b03d7f2aa8590321d9cee57446d
3
+ metadata.gz: 0dda8e18e3fc7a8c584cc3c12c58cf17ffa7c8091a1cba8aea77a1df5580ffdb
4
+ data.tar.gz: a46cfd4c82f6a4cfd558102f2eb718532fe51d936b7654b352470f79785dcf0d
5
5
  SHA512:
6
- metadata.gz: c1919209592c4b61787434e3f5aa5ccf2b0649ddf256af998f255994c93a5ddeb22425b740b94b32947c3efdf35211fe6318878de7ae05bc38288fa5231535d1
7
- data.tar.gz: 6ffe80b7f6be552f20cd322c53d2affdbcf7ef0b62c583924993f60394c867eae557f4368f81ec26cb30ce5639e0548114e10ddeb3619165aa8d340ff746240d
6
+ metadata.gz: a5ef9c85324d98eb9e8e87af3bed77d8f05aa101d89aefaabe9d8f3216a81980fd3c5733c0db609ea45f444bb9ffaaf7386d27f88c791a833499e4284a3a3910
7
+ data.tar.gz: f433101630730dafc93c9104dc6752950ceaaca4c1857bbf8f4022922ef7af431918fc485a8680caf573f754c7f6e89c44d1dd0a233fd5db41b7da566ae6559d
@@ -334,7 +334,7 @@ module ZuoraAPI
334
334
  host = self.hostname
335
335
  endpoint = "#{https}#{host}/apps/v1/#{url}"
336
336
  when 'Staging'
337
- endpoint = "https://rest-staging2.zuora.com/".concat(url)
337
+ endpoint = "https://rest-staging2.zuora.com/v1/".concat(url)
338
338
  when 'Unknown'
339
339
  raise "Environment unknown, returning passed in parameter unaltered"
340
340
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.6.33"
2
+ VERSION = "1.6.36"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.33
4
+ version: 1.6.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler