zuora_api 1.3.9 → 1.3.10

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
  SHA1:
3
- metadata.gz: 0ba9627ddc73158057a3b309ea61cb1b7ae53296
4
- data.tar.gz: 631549288292c66b477bb8b90e2955d91148a327
3
+ metadata.gz: 93c3ad7f45b6a44be98a2affbc92a6fa660d6100
4
+ data.tar.gz: f3f973a2e641e2fb3e591bb78ccd410c9f57c699
5
5
  SHA512:
6
- metadata.gz: 222a3455acb666b102059f05e8d2209dd80ca4e0af17e56230f88652aaec4048ece1034b73a8c624d56579632a07840560cf0ae6f9a5f4ce0691d2257d894e58
7
- data.tar.gz: 008d8651b07a6854a4c8f7442a74fb580014fcb11c173a17e7e1c2a64d3de9fb5b8286bf5fc77820dc679a0f6f97e277fcd3e1f70dbb9900e37c8e3ba0383b1d
6
+ metadata.gz: 42a297592daccff3d53d4ee5afebefdc90fa7f70e1898d90269a5f1d07cc419a52c9203054a97ed8e5578c7f790188c1fbe931c22508137cfc1ccc667fc3d5de
7
+ data.tar.gz: 9a408cec630dd70cfca4e76fab574bd12c6a3c15d353dff85a4df90a207ea63ec305147240b9c81094db91e99bdfafb8d0f16cc4d4fe3f7a15f67321f2feb9f4
@@ -67,7 +67,7 @@ module ZuoraAPI
67
67
 
68
68
  def rest_endpoint(url="")
69
69
  if self.environment == 'Sandbox'
70
- return self.region == "US" ? "https://rest.apisandbox.zuora.com/rest/v1/".concat(url) : "https://rest.sandbox.eu.zuora.com/v1/".concat(url)
70
+ return self.region == "US" ? "https://rest.apisandbox.zuora.com/v1/".concat(url) : "https://rest.sandbox.eu.zuora.com/v1/".concat(url)
71
71
  elsif self.environment == 'Production'
72
72
  return self.region == "US" ? "https://api.zuora.com/rest/v1/".concat(url) : "https://rest.eu.zuora.com/v1/".concat(url)
73
73
  elsif self.environment == 'Services'
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.3.9"
2
+ VERSION = "1.3.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.9
4
+ version: 1.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group