@fat-zebra/sdk 2.0.1-beta.7 → 2.0.1-beta.8

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.
Files changed (2) hide show
  1. package/dist/main.js +3 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -130,6 +130,9 @@ export default class FatZebra {
130
130
  verifyCard(params) {
131
131
  return __awaiter(this, void 0, void 0, function* () {
132
132
  var _a, _b;
133
+ if (!this.threeDSecureListenersBound) {
134
+ this.setThreeDSecureListeners();
135
+ }
133
136
  const valid = validateVerifyCardParams(params);
134
137
  if (!valid) {
135
138
  emit(PublicEvent.VALIDATION_ERROR, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fat-zebra/sdk",
3
- "version": "2.0.1-beta.7",
3
+ "version": "2.0.1-beta.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {