feat(connector): [barclaycard] Implement 3DS flow for cards#8936
Merged
likhinbopanna merged 8 commits intomainfrom Aug 21, 2025
Merged
feat(connector): [barclaycard] Implement 3DS flow for cards#8936likhinbopanna merged 8 commits intomainfrom
likhinbopanna merged 8 commits intomainfrom
Conversation
60f2bc2 to
1eb82d8
Compare
deepanshu-iiitu
previously approved these changes
Aug 13, 2025
sahkal
previously approved these changes
Aug 18, 2025
Comment on lines
+387
to
+398
| // let currency = req.request.currency.ok_or(errors::ConnectorError::MissingRequiredField { | ||
| // field_name: "currency", | ||
| // })?; | ||
| // let amount = req.request.amount.ok_or(errors::ConnectorError::MissingRequiredField { | ||
| // field_name: "amount", | ||
| // })?; | ||
| // let connector_router_data = barclaycard::BarclaycardRouterData::try_from(( | ||
| // &self.get_currency_unit(), | ||
| // currency, | ||
| // amount, | ||
| // req, | ||
| // ))?; |
Contributor
There was a problem hiding this comment.
is this commented code required?
Contributor
Author
There was a problem hiding this comment.
No, missed it.
Removed.
sahkal
previously approved these changes
Aug 18, 2025
ShankarSinghC
previously approved these changes
Aug 18, 2025
deepanshu-iiitu
previously approved these changes
Aug 19, 2025
added 2 commits
August 20, 2025 18:35
04ee029
ShankarSinghC
approved these changes
Aug 20, 2025
deepanshu-iiitu
approved these changes
Aug 20, 2025
sahkal
approved these changes
Aug 21, 2025
likhinbopanna
approved these changes
Aug 21, 2025
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.
Type of Change
Description
Added 3DS flow for cards.
Additional Changes
Motivation and Context
How did you test it?
Payments Create
Request
Response
Psync call
Response
Manual Capture
Request
Response
Void
Response
Refund
RSync
Cypress test
Some tests are failing because of redirection timeout:
Checklist
cargo +nightly fmt --allcargo clippy