Conversation
|
| Status | Scanner | Total (0) | ||||
|---|---|---|---|---|---|---|
| Open Source Security | 0 | 0 | 0 | 0 | See details | |
| Licenses | 0 | 0 | 0 | 0 | See details | |
| ✅ | Code Security | 0 | 0 | 0 | 0 | 0 issues |
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.
Devlaird
commented
Jan 20, 2026
Devlaird
commented
Jan 21, 2026
Devlaird
commented
Jan 21, 2026
Devlaird
commented
Jan 21, 2026
fz-ryanbigg
reviewed
Jan 21, 2026
Devlaird
commented
Jan 22, 2026
fz-anvu
reviewed
Jan 22, 2026
fz-anvu
reviewed
Jan 22, 2026
fz-anvu
reviewed
Jan 22, 2026
fz-anvu
reviewed
Jan 22, 2026
fz-anvu
reviewed
Jan 22, 2026
Devlaird
commented
Jan 23, 2026
| READY = "fzi.ready", | ||
| SETUP_THREE_D_SECURE_REQUEST = "fzi.3ds_stp_req", | ||
| SETUP_THREE_D_SECURE_SUCCESS_RESPONSE = 'fzi.3ds_stp_res', | ||
| SETUP_THREE_D_SECURE_FAILURE_RESPONSE = 'fzi.3ds_stp_fail', |
Contributor
Author
There was a problem hiding this comment.
this is a general failure bridge event - rename from: "SETUP_THREE_D_SECURE_FAILURE_RESPONSE" ->
"THREE_D_SECURE_FAILURE_RESPONSE" and fzi.3ds_stp_fail -> fzi.3ds_fail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Jira ticket: https://fatzebra.atlassian.net/browse/DASH-4249?search_id=3590e8d5-56b4-47e3-a26b-e534cbeb9967
Details of change
Here is the sequence diagram:
ThreeDSecureSetup.pdf
Successful setup
We don't need to emit successful setup as its an initial step
Unsuccessful setup
if gateway is down/jabberwocky is down or if cybersource throws a fit and doesn't respond.
This is unlikely, but handled nonetheless
Change Rollback Plan
new_threeds_flowChange Checklist
The following must be reviewed and signed off by the creator of the PR. To sign off review and check each
🔑 Security
Testing of Changes
🔎 Quality assurance