-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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): [JPMORGAN, PAYU, DIGITALVIRGO] added in feature matrix api #7148
base: main
Are you sure you want to change the base?
Conversation
Changed Files
|
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.
remove validate_connector_against_payment_request()
specific_features: Some( | ||
api_models::feature_matrix::PaymentMethodSpecificFeatures::Card({ | ||
api_models::feature_matrix::CardSpecificFeatures { | ||
three_ds: common_enums::FeatureStatus::NotSupported, // but docs has support |
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.
Why are we adding this comment ?
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 can ignore this, removing the comment
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.
remove validate_connector_against_payment_request()
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.
remove validate_connector_against_payment_request()
Type of Change
Fixes juspay/hyperswitch-cloud#8276
Description
Added details feature api details for Jpmorgan, Payu, Digital Virgo.
Additional Changes
Motivation and Context
How did you test it?
Request :
curl --location 'http://localhost:8080/feature_matrix' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'api-key: dev_vE*****DCUv82mKkL'
Response :
Checklist
cargo +nightly fmt --all
cargo clippy