-
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(compatibility): add straight through routing and udf mapping in setup intent #1536
Conversation
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 import changes, looks good to me.
item.connector.and_then(|v| v.into_iter().next()); | ||
|
||
let routing = routable_connector | ||
.map(crate::types::api::RoutingAlgorithm::Single) |
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.
.map(crate::types::api::RoutingAlgorithm::Single) | |
.map(api::RoutingAlgorithm::Single) |
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.
done!
Type of Change
Description
added straight through routing and udf field mapping to get txn_id and other details in setup_intents
Additional Changes
Motivation and Context
Euler needs txn_id to verify the txns started at euler's end.
How did you test it?
Tested locally through postman
Checklist
cargo +nightly fmt --all
cargo clippy