-
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(connector): Use connector_request_reference_id for PayU #2722
Conversation
Hey @vinfinity7 , |
Pls address the CI fails |
Hi @vinfinity7 , |
@swangi-kumari kindly review pr |
@swangi-kumari if the pr's alright , you might wanna consider merging it 👍 or give me heads up as to what can i modify ? |
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.
Hey @vinfinity7 ,
Please make suggested changes.
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.
So I've done the suggested changes @srujanchikke
@swangi-kumari as srujan has approved the changes , i would like to request your review too for a quick merge! |
@srujanchikke whats up with this ? |
@Gnanasundari24 @likhinbopanna Could you please merge this PR ? |
@Gnanasundari24 @likhinbopanna Could you please merge this PR ? |
Hi @vinfinity7 , Can you add curl request and response json for testing and also screenshots. |
hi @srujanchikke being new to this repo , i am not aware of the route to hit , please be clear of the curl request command |
You can provide Please don't expose any api keys in the json or curl . |
This would look something like this
raw_connector_request : You can also any other possible test cases if there. |
the request has to be somewhat like this but exactly what route i am a bit lost , @srujanchikke assistance |
Type of Change
Fixes #2313
Description
Additional Changes
Motivation and Context
How did you test it?
Make any Payment for connector PayU and see that you are getting "reference_id" field in the logs of payment request.
Checklist
cargo +nightly fmt --all
cargo clippy