zuora_api 1.3.991 → 1.3.992
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_api/login.rb +1 -1
- data/lib/zuora_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4a5d5a947875dc5ab077651cc508033e04a017a
|
4
|
+
data.tar.gz: e54451db88cd4bb8cbd431e4eb828a52f497f149
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfdd718ae4f71ec02e36c6d0568ca0a0a0ed74da23db60350e4ee52d4e39da04a43a2ed606dbc9a42437f570538eb967db37021b15e8b262cb7fb31f3976cd4f
|
7
|
+
data.tar.gz: e07735fee60159dc2e0dce4d4fcfb37f73ce102fd2fbba9aa1bea54f475c7de0868380c961530462fd1e3649720c3780ab20f59d31858a812bfcb0776c95b6ef
|
data/lib/zuora_api/login.rb
CHANGED
@@ -448,7 +448,7 @@ module ZuoraAPI
|
|
448
448
|
raise ZuoraAPI::Exceptions::ZuoraAPISessionError.new(self.current_error) if count <= 0
|
449
449
|
Rails.logger.fatal("Unauthorized: Retry")
|
450
450
|
self.new_session
|
451
|
-
return get_file(:file_name => file_name, :file_type => file_type, :url => url, :headers => headers, :count => count - 1, :z_session => z_session, :tempfile => tempfile
|
451
|
+
return get_file(:file_name => file_name, :file_type => file_type, :url => url, :headers => headers, :count => count - 1, :z_session => z_session, :tempfile => tempfile, :file_path => file_path)
|
452
452
|
|
453
453
|
when Net::HTTPClientError
|
454
454
|
Rails.logger.debug("Login: #{self.username} Export")
|
data/lib/zuora_api/version.rb
CHANGED