zuora_api 1.11.14 → 1.11.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a245ab4729db00da074e3908465e3edab08684851f50b2d5b96e9c42ae1ef433
4
- data.tar.gz: 1e7cb5946e79410336c3c46dee7044682e7d5d9077819441858463aba7ea995f
3
+ metadata.gz: 46b4dd375f97caff0340a57806d979dd2b1a824126d1a9afe5fb8144dffde32a
4
+ data.tar.gz: a37ea54e273f371a82777d233bd4c4880fb97b015bd050c7fad137850feb25ae
5
5
  SHA512:
6
- metadata.gz: 51b06cd5e7600c5ad2559ee28e9b4175ebc0c6aad7d8270cc559428cd8bc732fbdb07fc2fa72bc235f44f5a57e696a78233dbf5ff97fd967dfb2423f758bf4c4
7
- data.tar.gz: 6b0b2f9d94c3568270b7699c12c7a28034b770259d1db3422718eb7756d38e3dda6cc5d1d8e86039851c34dec687c13c42573b830de94aa8fc33ea198161dbe9
6
+ metadata.gz: deee969b86a71fa6bd6e7ae87ef77a3bf9bfe9f8f909c09caec4650ec718887ad40439733195b5fe74a4ab0f29ce4812daacb2d5c682ec684ac6f29fd698611d
7
+ data.tar.gz: 5add28053313c94f0655509aae00063e3040783c396a5a28254e1fc50824762ef58d90ae617f928c90f52e1ebd0a3ada3dfaeaee9e35f22799cc8a59248024cb
@@ -333,6 +333,8 @@ module ZuoraAPI
333
333
  endpoint = "#{https}rest#{host}"
334
334
  when 'Staging'
335
335
  endpoint = "https://rest-staging2.zuora.com"
336
+ when 'preprod'
337
+ endpoint = "https://rest.preprod.zuora.com"
336
338
  when 'Unknown'
337
339
  raise "Environment unknown, returning passed in parameter unaltered"
338
340
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.11.14"
2
+ VERSION = "1.11.15"
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.11.14
4
+ version: 1.11.15
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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler