-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(connector): [RISKIFIED] Add support for riskified frm connector #2533
Merged
Conversation
This file contains 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
AkshayaFoiger
added
A-dependencies
Area: Dependencies
C-feature
Category: Feature request or enhancement
labels
Oct 10, 2023
github-actions
bot
added
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Oct 10, 2023
AkshayaFoiger
changed the title
feat(config) : add support for Riskified FRM connector
feat(config) : [Riskified] add support for riskified frm connector
Oct 10, 2023
AkshayaFoiger
removed
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Oct 10, 2023
github-actions
bot
added
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Oct 10, 2023
AkshayaFoiger
changed the title
feat(config) : [Riskified] add support for riskified frm connector
feat(router) : [Riskified] add support for riskified frm connector
Oct 10, 2023
AkshayaFoiger
removed
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Oct 10, 2023
github-actions
bot
added
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Oct 10, 2023
AkshayaFoiger
changed the title
feat(router) : [Riskified] add support for riskified frm connector
feat(router) : add support for riskified frm connector
Oct 10, 2023
AkshayaFoiger
changed the title
feat(router) : add support for riskified frm connector
feat(connector) : [RISKIFIED] add support for riskified frm connector
Oct 10, 2023
AkshayaFoiger
changed the title
feat(connector) : [RISKIFIED] add support for riskified frm connector
feat(connector): [RISKIFIED] Add support for riskified frm connector
Oct 10, 2023
github-actions
bot
removed
the
S-conventions-not-followed
Status: This PR does not follow contributing guidelines
label
Oct 10, 2023
jagan-jaya
requested changes
Oct 11, 2023
SanchithHegde
dismissed stale reviews from kashif-m and jagan-jaya
December 5, 2023 13:05
The base branch was changed.
AkshayaFoiger
force-pushed
the
riskified
branch
from
December 6, 2023 16:31
faaad3a
to
9c1c44a
Compare
kashif-m
reviewed
Dec 7, 2023
crates/router_env/Cargo.toml
Outdated
actix_web = ["tracing-actix-web"] | ||
log_custom_entries_to_extra = [] | ||
log_extra_implicit_fields = [] | ||
log_active_span_json = [] | ||
payouts = [] | ||
frm = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need the feature in this crate. This can be removed
kashif-m
reviewed
Dec 7, 2023
@@ -175,7 +172,7 @@ impl From<SignifydPaymentStatus> for storage_enums::FraudCheckStatus { | |||
SignifydPaymentStatus::Accept => Self::Legit, | |||
SignifydPaymentStatus::Reject => Self::Fraud, | |||
SignifydPaymentStatus::Hold => Self::ManualReview, | |||
SignifydPaymentStatus::Challenge | SignifydPaymentStatus::Credit => Self::Pending, | |||
SignifydPaymentStatus::Credit | SignifydPaymentStatus::Challenge => Self::Pending, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no change here, this can be reverted
kashif-m
previously approved these changes
Dec 7, 2023
jagan-jaya
previously approved these changes
Dec 11, 2023
AkshayaFoiger
dismissed stale reviews from jagan-jaya and kashif-m
via
December 12, 2023 10:43
48ed336
kashif-m
approved these changes
Dec 12, 2023
jagan-jaya
approved these changes
Dec 12, 2023
SanchithHegde
approved these changes
Dec 12, 2023
SanchithHegde
removed
the
S-waiting-on-review
Status: This PR has been implemented and needs to be reviewed
label
Dec 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
Add support for Riskified FRM Connector.
This PR resolves the problem mentioned in issue #2453.
Test Cases
1.Create a Merchant Account with frm enabled
2.Create an API key
3.Create a Stripe MCA
4.Create a Riskified MCA
5.Create a payment. The response should have frm data populated
6.Create a fullfillment call with the order id
Checklist
cargo +nightly fmt --all
cargo clippy