zuora_rest_client 1.2.1 → 1.2.1.1
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 +4 -4
- data/lib/zuora_rest_client/client.rb +1 -1
- data/lib/zuora_rest_client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37c5456dcc91e132f10834e18bc218aae721e43c032211afaec337522e6f85bd
|
|
4
|
+
data.tar.gz: 2672b087907b9ba89998441b93852780e32ea5880d65694403f0956ac2df763a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df0a43d479054f5d0637d7237beaf506226fae69a5f3563b81052ea40fe63d5abfeb6c15991838a75174838c2c1d737109f308799c7d2b3300d387d38000fa7f
|
|
7
|
+
data.tar.gz: 441efb6d4d4c45f851887aa8c0e2dc1ade7f2ebfa471daf7c516618491ea45de2e48418152385597d42a00f004af37fd3fc4f2b72b01620f2e7658bf4b27d6b0
|
|
@@ -351,7 +351,7 @@ module ZuoraRestClient
|
|
|
351
351
|
end
|
|
352
352
|
|
|
353
353
|
def get_product(product_id, zuora_version = nil)
|
|
354
|
-
@connection.rest_get("/catalog/
|
|
354
|
+
@connection.rest_get("/catalog/product/#{product_id}", zuora_version)
|
|
355
355
|
end
|
|
356
356
|
|
|
357
357
|
def share_product_with_entities(product_id, request, zuora_version = nil)
|