zuora_api 1.6.11 → 1.6.12

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
  SHA1:
3
- metadata.gz: 31be7d43b0363310fdd311e17dfd675e46502302
4
- data.tar.gz: 90364f67b2faa5f7e81ce62a66d82e3c6933c6b0
3
+ metadata.gz: 715c03f2a2d51b72de124b897d4ada9eb570cf52
4
+ data.tar.gz: e2ff05bb63e7355f5f0388187fd61f6d38136d45
5
5
  SHA512:
6
- metadata.gz: b431d5919b487c10f32baefdf20ab0801de0a5db0c004bccb47ef961acbd6244eb9311e3bc887cfb1eebe01f916d4a66f9300a70e798b3167f0e15f73b6470bd
7
- data.tar.gz: afe53716eb41b68d4316ef11e028c43b16a5b8af4499aff259852d54acfa68dc4e9baceb975c4a4752c58a46a578e8ac64f41a50e9a19c8ca0e6327c8499446c
6
+ metadata.gz: 6bd70f71328c04ef71925136a389d640c1cb3398f514d729a61b3594d709f6550716a54202328f8c4978021c859d582543e551ef6ed9dd83b5e81ef9ac58a761
7
+ data.tar.gz: 6a095dc6844edcb394909726862ad270d7509f60ab2d255ac359a3d6b64ff7fdad2952c485d91975b1cb531f94841afc94247048ae3ddd82afe38ca0a064216f
@@ -33,7 +33,8 @@ module ZuoraAPI
33
33
  return {"US" => {"Sandbox" => "https://apisandbox.zuora.com/apps/services/a/",
34
34
  "Production" => "https://www.zuora.com/apps/services/a/",
35
35
  "Performance" => "https://pt1.zuora.com/apps/services/a/",
36
- "Services" => "https://services347.zuora.com/apps/services/a/"},
36
+ "Services" => "https://services347.zuora.com/apps/services/a/",
37
+ "Staging" => "https://staging2.zuora.com/apps/services/a/"},
37
38
  "EU" => {"Sandbox" => "https://sandbox.eu.zuora.com/apps/services/a/",
38
39
  "Production" => "https://eu.zuora.com/apps/services/a/",
39
40
  "Performance" => "https://pt1.eu.zuora.com/apps/services/a/",
@@ -79,6 +80,8 @@ module ZuoraAPI
79
80
  return self.url.split('/')[0..2].join('/').concat('/apps/v1/').concat(url)
80
81
  elsif self.environment == 'Performance'
81
82
  return self.url.split('/')[0..2].join('/').concat('/apps/v1/').concat(url)
83
+ elsif self.environment == 'Staging'
84
+ return self.url.split('/')[0..2].join('/').concat('/apps/v1/').concat(url)
82
85
  else self.environment == 'Unknown'
83
86
  return url
84
87
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.6.11"
2
+ VERSION = "1.6.12"
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.11
4
+ version: 1.6.12
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: 2018-10-26 00:00:00.000000000 Z
11
+ date: 2018-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler