feat(connector): [Novalnet] add Payment flows for cards#5726
feat(connector): [Novalnet] add Payment flows for cards#5726likhinbopanna merged 22 commits intomainfrom
Conversation
|
Review changes with SemanticDiff. Analyzed 18 of 24 files. Overall, the semantic diff is 7% smaller than the GitHub diff. 1 files do not contain logic changes. File Information |
f71bd45 to
14b825b
Compare
1543e59 to
3f27429
Compare
3f27429 to
ac1252f
Compare
e0040dc to
c12a733
Compare
|
@Gnanasundari24 I am getting some error while running cypress tests for the redirection flow (three ds auto capture), can we skip it and please merge this PR if all looks good for the time being? |
@cookieg13 Let's keep all tests in this PR itself. |
5e88891
0ceb425 to
5e88891
Compare
3DS flows are tested, those are working fine. No 3DS flow tests are not passing since the no 3DS flow itself is broken @srujanchikke @Gnanasundari24 |
f9f24e0 to
e0b6ff7
Compare
There was a problem hiding this comment.
We do not want real phone numbers to be exposed in tests:
| number: "8056594427", | |
| number: "9123456789", |
There was a problem hiding this comment.
We do not want real phone numbers to be exposed in tests:
| number: "8056594427", | |
| number: "9123456789", |
c11863c
7e66848 to
c11863c
Compare
| } | ||
| ), | ||
| ( | ||
| "billing.phone.country_code".to_string(), |
Type of Change
Description
Integrate card payments for new connector Novalnet
https://developer.novalnet.com/onlinepayments/api
(3DS flow is tested and working fine, no3DS flow is not yet working.)
Additional Changes
Motivation and Context
https://github.com/juspay/hyperswitch-cloud/issues/6617
How did you test it?
Cypress test:
Test passes for



1) 3DS AutoCapture
2) 3DS ManualCapture
3)3DS Refund flow
Test cases failing for
1. Void (no3DS flow)
2. Refund (no3DS flow)
3. Sync (no3DS flow)
(Test cases will be passing once no3DS flow is fixed) @Gnanasundari24
Following flows need to be tested for card payments for new connector Novalnet:
1. Authorize
2. Capture
3. Refund
4. Rsync
5. Cancel
Checklist
cargo +nightly fmt --allcargo clippy