-
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): [Noon] Use connector_response_reference_id as reference #2442
Conversation
…ce to noon order response
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.
Looks good to me!
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.
Looks good to me!
Thanks for the PR, @sudharsangs!
Hey @sudharsangs 👋, |
Type of Change
Description
I have added
reference
that's sent to noon payments order to theTransactionResponse
intransformer.rs
of noon that's present in theconnector
directory.https://github.com/juspay/hyperswitch/blob/main/crates/router/src/connector/noon/transformers.rs
Motivation and Context
Closes #2339
Checklist
cargo +nightly fmt --all
cargo clippy