feat(connector): [Novalnet] Integrate wallets Paypal and Googlepay#6370
feat(connector): [Novalnet] Integrate wallets Paypal and Googlepay#6370Gnanasundari24 merged 20 commits intomainfrom
Conversation
|
Review changes with SemanticDiff. Analyzed 2 of 5 files. Overall, the semantic diff is 13% smaller than the GitHub diff.
|
There was a problem hiding this comment.
what is the difference between event.parent_tid and event.tid ?
There was a problem hiding this comment.
according to docs,
event.tid - The TID which is relevant to this event.
event.parent_tid - During the course of followup events like chargebacks, credit entry etc.., this field will contain the value of the original/initial transaction TID.
I have removed this change. Not needed.
There was a problem hiding this comment.
can we pass reference here ?
There was a problem hiding this comment.
Please add the changes in crates/connector_configs/toml as well
There was a problem hiding this comment.
Are we supposed to populate ConnectorRefundId with parent_tid?
There was a problem hiding this comment.
no, I have removed this code. notif.event.tid should work.
|
@cookieg13 |
de7f584 to
8190de3
Compare
yes tested locally, webhooks and mandates are tested too |
c1b4501 to
a415817
Compare
|
@cookieg13 Can you add the response aswell then only will get to know whether its worked or not. and add the mandate req and res also |
added testing doc with req and responses in readme |
a398832
a415817 to
a398832
Compare
a398832 to
17bd60c
Compare
Type of Change
Description
Additional Changes
Motivation and Context
https://github.com/juspay/hyperswitch-cloud/issues/6731
How did you test it?
Tested manually.
Test cases:
Manual Testing Doc
Checklist
cargo +nightly fmt --allcargo clippy