zuora_connect 1.4.29 → 1.4.30
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/app/models/zuora_connect/app_instance_base.rb +1 -1
- data/lib/zuora_connect/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: 7c63f5abfa8a1babe8fb521c6700a5c60fccd1f1
|
4
|
+
data.tar.gz: 7777deed7b96ef8f68f0361249f952fd8223bc23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6f0e8fecd923a21bfdd901e763eeea1b4c9c63aa95da322a29cbd3269b5e67bb86a6b7b03b92807cabe9fb5919803abc70f8ca502ba2ac1575f771031e9505b
|
7
|
+
data.tar.gz: 1ab636d33f6fbe12c33fb4141da39a9aac91072aa696215c09b18ed5f701b12e8e0b2095804ac0a37b076c46accfdd4f5e17d423182b2d6e967992e941725624
|
@@ -11,6 +11,7 @@ module ZuoraConnect
|
|
11
11
|
@valid = false
|
12
12
|
self.attr_builder("timezone", ZuoraConnect.configuration.default_time_zone)
|
13
13
|
self.attr_builder("locale", ZuoraConnect.configuration.default_locale)
|
14
|
+
PaperTrail.whodunnit = "Backend" if defined?(PaperTrail)
|
14
15
|
Apartment::Tenant.switch!(self.id)
|
15
16
|
if(ActiveRecord::Migrator.needs_migration?)
|
16
17
|
Apartment::Migrator.migrate(self.id)
|
@@ -271,7 +272,6 @@ module ZuoraConnect
|
|
271
272
|
@username = username
|
272
273
|
@password = password
|
273
274
|
@last_refresh = session["#{self.id}::last_refresh"]
|
274
|
-
PaperTrail.whodunnit = "Backend" if defined?(PaperTrail)
|
275
275
|
|
276
276
|
## DEV MODE TASK DATA MOCKUP
|
277
277
|
if ZuoraConnect.configuration.mode != "Production"
|