feature(3DS): Implement show method and return response with enriched nonce #5263
Annotations
6 errors and 1 warning
src/three-domain-secure/component.test.js > three domain secure component - isEligible method > should return true if payer action required:
src/three-domain-secure/component.jsx#L100
TypeError: this.restClient.setAccessToken is not a function
❯ new ThreeDomainSecureComponent src/three-domain-secure/component.jsx:100:23
❯ createThreeDomainSecureComponent src/three-domain-secure/component.test.js:44:3
❯ src/three-domain-secure/component.test.js:61:37
|
src/three-domain-secure/component.test.js > three domain secure component - isEligible method > should return false if payer action is not returned:
src/three-domain-secure/component.jsx#L100
TypeError: this.restClient.setAccessToken is not a function
❯ new ThreeDomainSecureComponent src/three-domain-secure/component.jsx:100:23
❯ createThreeDomainSecureComponent src/three-domain-secure/component.test.js:44:3
❯ src/three-domain-secure/component.test.js:69:37
|
src/three-domain-secure/component.test.js > three domain secure component - isEligible method > should assign correct URL to authenticationURL:
src/three-domain-secure/component.jsx#L100
TypeError: this.restClient.setAccessToken is not a function
❯ new ThreeDomainSecureComponent src/three-domain-secure/component.jsx:100:23
❯ createThreeDomainSecureComponent src/three-domain-secure/component.test.js:44:3
❯ src/three-domain-secure/component.test.js:80:37
|
src/three-domain-secure/component.test.js > three domain secure component - isEligible method > create payload with correctly parameters:
src/three-domain-secure/component.jsx#L100
TypeError: this.restClient.setAccessToken is not a function
❯ new ThreeDomainSecureComponent src/three-domain-secure/component.jsx:100:23
❯ createThreeDomainSecureComponent src/three-domain-secure/component.test.js:44:3
❯ src/three-domain-secure/component.test.js:98:37
|
src/three-domain-secure/component.test.js > three domain secure component - isEligible method > catch errors from the API:
src/three-domain-secure/component.jsx#L100
TypeError: this.restClient.setAccessToken is not a function
❯ new ThreeDomainSecureComponent src/three-domain-secure/component.jsx:100:23
❯ createThreeDomainSecureComponent src/three-domain-secure/component.test.js:44:3
❯ src/three-domain-secure/component.test.js:125:37
|
main
Process completed with exit code 1.
|
main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|