ouisys-engine 2.1.44 → 2.1.45

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.
@@ -113,7 +113,7 @@ function getRedirectUrlAction(_ref) {
113
113
  });
114
114
 
115
115
  if (autoRedirect == true || window.isAutoFraudScreener === true) {
116
- if (process.env.NODE_ENV === "production" && window.pac_analytics.visitor.offer !== 1) {
116
+ if (process.env.NODE_ENV === "production") {
117
117
  // Wait for Evina to Check Fraud First
118
118
  timer = setInterval(function () {
119
119
  if (window.isEvinaSessionChecked) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ouisys-engine",
3
- "version": "2.1.44",
3
+ "version": "2.1.45",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": "dist dev-tools",
@@ -38,7 +38,7 @@ export function getRedirectUrlAction({extraParams, autoRedirect = false, isGetRe
38
38
  tracker.customEvent('Flow', 'advance-auto', 'redirect-success', {redirect_url:redirectUrl})
39
39
  if(autoRedirect == true || window.isAutoFraudScreener === true){
40
40
 
41
- if(process.env.NODE_ENV === "production" && window.pac_analytics.visitor.offer !== 1){
41
+ if(process.env.NODE_ENV === "production"){
42
42
  // Wait for Evina to Check Fraud First
43
43
  const timer = setInterval(() => {
44
44
  if(window.isEvinaSessionChecked){