-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(connector): [ACI, AUTHORIZEDOTNET, BRAINTREE, FIUU, FORTE, PLACETOPAY] Supported features for feature matrix #7854
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
base: main
Are you sure you want to change the base?
Conversation
Changed Files
|
6c7c503
to
ee59daa
Compare
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.
Please remove the validate_connector_against_payment_request()
for all these connectors
Had already removed that, do we need to remove the |
No, let's keep the |
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for mbway wallet?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for alipay wallet?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for eps?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for eft?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for IDEAL?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for sofort?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for interac?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, | ||
supported_capture_methods: supported_capture_methods.clone(), |
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.
Are mandates and refund supported for Przelewy24?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for trustly?
mandates: enums::FeatureStatus::Supported, | ||
refunds: enums::FeatureStatus::Supported, |
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.
Are mandates and refund supported for klarna?
132c489
to
42c37b7
Compare
Updated the PR.
|
bank_redirect.ideal.connector_list = "stripe,adyen,globalpay,multisafepay,nexinets" | ||
bank_redirect.sofort.connector_list = "globalpay" | ||
bank_redirect.giropay.connector_list = "globalpay,multisafepay,nexinets" | ||
bank_redirect.ideal.connector_list = "stripe,adyen,globalpay,multisafepay,aci" |
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 is nexinets removed ?
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.
updated it
5b600e4
20f6ff1
to
5b600e4
Compare
6671e22
to
2030a4f
Compare
Type of Change
Description
Added Feature Matrix supported payment methods, countries and currencies for ACI, Authorizedotnet, Braintree, Fiuu, Forte and Placetopay.
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy