-
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
refactor(worldline): use connector_request_reference_id
as reference to the connector
#2498
refactor(worldline): use connector_request_reference_id
as reference to the connector
#2498
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.
@PanGan21 Could you please go through the issue once again. The changes that you made are not expected . Please let us know if you need any help in understanding the problem .
…nnector_response_reference_id
Thanks for checking. I was trying to compare it with #2052 |
Hi @PanGan21 , The issue mentions that merchant reference id field from connector request(need to check in world line documentation ) should be set to |
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, @PanGan21!
Type of Change
Description
Replace
payment_id
withconnector_request_reference_id
in worldline.Closes #2320
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy