-
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): [Multisafepay] Use transaction_id as reference to transaction #2451
feat(connector): [Multisafepay] Use transaction_id as reference to transaction #2451
Conversation
…identify transaction
@@ -543,7 +543,7 @@ impl<F, T> | |||
}), | |||
connector_metadata: None, | |||
network_txn_id: None, | |||
connector_response_reference_id: None, | |||
connector_response_reference_id: item.response.data.transaction_id, |
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.
Hello @nabeel001 ,
As per api docs of multisafepay , order_id
is merchant_refernece_id which should be mapped to connector_response_reference_id
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.
@srujanchikke
I had misunderstood the issue's requirement and mapped the transaction_id
directly from the response.
Thanks for pointing it out, I'll make the required change.
replaced transaction_id with order_id
Hello @nabeel001 Please use following cargo commands -
|
Hey @nabeel001 , Please update the branch ! |
Hey @nabeel001 , |
@srujanchikke @VedantKhairnar I have updated the code and all the tests are passing too. |
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, @nabeel001!
Hey @nabeel001 👋, |
@VedantKhairnar |
That's fine @nabeel001 . |
@VedantKhairnar Any Idea when will I be receiving my swag, I'm asking because I haven't received any mail about it either. |
Hey @nabeel001 |
Type of Change
Description
Updated the
connector_response_reference_id
value from the response.closes #2336
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy