feat(connector): [ACI] cypress added#9502
Merged
likhinbopanna merged 4 commits intomainfrom Sep 29, 2025
Merged
Conversation
Changed Files
|
f7b3866 to
2f1f829
Compare
2f1f829 to
d257fce
Compare
91f7906 to
e660957
Compare
e660957 to
09858be
Compare
deepanshu-iiitu
requested changes
Sep 23, 2025
| ndc: Secret<String>, | ||
| } | ||
|
|
||
| fn map_aci_void_status(item: AciCaptureStatus) -> enums::AttemptStatus { |
Contributor
There was a problem hiding this comment.
Rename AciCaptureStatus to AciStatus
deepanshu-iiitu
previously approved these changes
Sep 23, 2025
likhinbopanna
approved these changes
Sep 23, 2025
Anurag-05-prog
approved these changes
Sep 23, 2025
deepanshu-iiitu
approved these changes
Sep 23, 2025
pixincreate
added a commit
that referenced
this pull request
Sep 30, 2025
…pay-new-field * 'main' of github.com:juspay/hyperswitch: (21 commits) feat(payments): add tokenization action handling to payment flow for braintree (#9506) feat(connector): [Loonio] Add template code (#9586) fix(connector): [paysafe] make `eci_indicator` field optional (#9591) fix(core): add should_call_connector_customer function to connector specification (#9569) feat(ucs): Add profile ID to lineage tracking in Unified Connector Service (#9559) feat(core): Add support for partial auth in proxy payments [V2] (#9503) chore(version): 2025.09.30.0 fix(authorizedotnet): refund via ucs missing connector_metadata (#9581) feat(auth): add new authentication to communicate between microservices (#9547) Fix: Ideal Giropay Country Currency Config (#9552) feat(connector): [ACI] cypress added (#9502) feat(connector): Add Peachpayments Cypress (#9573) chore(version): 2025.09.29.0 feat(finix): template code (#9557) feat(cypress): add cypress test-cases for manual retry (#9505) feat(core): update additional payment method data in psync response (#9519) feat(connector): [Checkout] Add Google Pay Predecrypt Flow (#9130) feat(framework): Added smithy, smithy-core and smithy-generator crates (#9249) fix(core): add request_extended_authorization in the payment attempt and populate it in the payment response (#9492) chore(version): 2025.09.26.0 ...
2 tasks
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Added cypress for ACI.
Following bugs were detected while adding cypress, this PR includes the fix for those as well:
card_networkis required field only for network_token and not for normal card_payment, so made the field optional and populated missing error only for network_token flow.aci/aci_result_codes.rs.try_fromwas not there previously and one forCapturewas getting used up. This was causing incorrect status mapping forVoid.Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --allcargo clippy