Comparing version 0.3.0 to 0.3.1
11
index.js
@@ -221,2 +221,4 @@ const axios = require('axios') | ||
try { | ||
this.cleanDeeplinkParams() | ||
this.tx_params.type = (typeof type != "undefined") ? type.toString().replace("#/", "") : "" | ||
@@ -261,3 +263,5 @@ this.tx_params.merchant_id = (typeof merchant_id != "undefined") ? merchant_id.toString().replace("#/", "") : "" | ||
this.defineDeviceAndNav() | ||
this.defineDeviceAndNav() | ||
} | ||
@@ -270,2 +274,7 @@ catch (e) { | ||
cleanDeeplinkParams () { | ||
this.deeplink_params = [] | ||
return | ||
} | ||
defineDeviceAndNav () { | ||
@@ -272,0 +281,0 @@ if (!this.isMobile.any()) { |
{ | ||
"name": "crypttp", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Module to call APIs of crypttp powered by alemey", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17407
393