File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ public function isEnabled(int $storeId = null): bool
30
30
31
31
public function getTrackingId (int $ storeId = null ): string
32
32
{
33
- return (string )$ this ->config ->getValue (self ::CONFIG_RUMVISION_ENALBED , ScopeInterface::SCOPE_STORE , $ this ->getStoreId ($ storeId ));
33
+ return (string )$ this ->config ->getValue (self ::CONFIG_RUMVISION_TRACKING_ID , ScopeInterface::SCOPE_STORE , $ this ->getStoreId ($ storeId ));
34
34
}
35
35
36
36
public function getHostName (int $ storeId = null ): string
37
37
{
38
- return (string )$ this ->config ->getValue (self ::CONFIG_RUMVISION_ENALBED , ScopeInterface::SCOPE_STORE , $ this ->getStoreId ($ storeId ));
38
+ return (string )$ this ->config ->getValue (self ::CONFIG_RUMVISION_HOST_NAME , ScopeInterface::SCOPE_STORE , $ this ->getStoreId ($ storeId ));
39
39
}
40
40
41
41
public function getStoreId (int $ storeId = null ) :int
You can’t perform that action at this time.
0 commit comments