-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(connector): [Braintree] implement 3DS card payment for braintree #2095
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
Conversation
crates/router/src/connector/braintree/braintree_graphql_transformers.rs
Outdated
Show resolved
Hide resolved
crates/router/src/connector/braintree/braintree_graphql_transformers.rs
Outdated
Show resolved
Hide resolved
crates/router/src/connector/braintree/braintree_graphql_transformers.rs
Outdated
Show resolved
Hide resolved
crates/router/src/connector/braintree/braintree_graphql_transformers.rs
Outdated
Show resolved
Hide resolved
crates/router/src/connector/braintree/braintree_graphql_transformers.rs
Outdated
Show resolved
Hide resolved
36405cf
to
d896693
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.
Other than that, looks good to me!
h3 style="text-align: center;" { "Please wait while we process your payment..." } | ||
} | ||
|
||
(PreEscaped(format!("<script> |
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.
You can use raw string literals to improve readability.
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.
Will take up this change in a different PR
Type of Change
How did you test it?
Tested It through postman

Checklist
cargo +nightly fmt --all
cargo clippy