Comparing version 0.3.4 to 0.3.5
@@ -335,2 +335,3 @@ const axios = require('axios') | ||
if (typeof window != 'undefined') { | ||
let self = this | ||
window.onfocus = function () { | ||
@@ -342,4 +343,4 @@ if (focusMissedByUs) { | ||
window.location = `${env.qrCodeRedirect}?params=${JSON.stringify({ | ||
id: this.tx_params.merchant_id, | ||
params: this.deeplink_params | ||
id: self.tx_params.merchant_id, | ||
params: self.deeplink_params | ||
})}` | ||
@@ -346,0 +347,0 @@ } |
{ | ||
"name": "crypttp", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"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
20570
469