refactor(cypress): update BOA configs for manual payments' refunds and connector agnostic#7690
Merged
likhinbopanna merged 7 commits intomainfrom Apr 8, 2025
Merged
Conversation
Changed Files
|
likhinbopanna
approved these changes
Apr 3, 2025
Gnanasundari24
approved these changes
Apr 7, 2025
pixincreate
added a commit
that referenced
this pull request
Apr 10, 2025
…acilitapay-pix-pmt * 'main' of github.com:juspay/hyperswitch: (21 commits) chore(version): 2025.04.10.0 refactor(connector): [STRIPE] Remove sofort bank redirect from stripe (#7733) feat(connector): Add invoice number and email in AuthorizeDotNet connector (#7726) fix(router): fix retry_count and add validation for process_tracker (#7614) feat(payment_link): expose configurations for payment links (#7742) chore(version): 2025.04.09.0 chore(postman): update Postman collection files feat(connector): [AIRWALLEX, ELAVON, NOVALNET, XENDIT] add in feature API (#7163) refactor: move merchant_key_store table to accounts schema (#7746) chore(postman): update `Stripe` response `status`, `error_code`, and `error_message` for deprecated `Sofort` (#7730) feat(connector): Add recovery support for recurly [v2] (#7497) refactor(cypress): update BOA configs for manual payments' refunds and connector agnostic (#7690) feat(router): Support `card` in `payment_method_subtype` [V2] (#7662) feat: Add open API reference for Intelligent router (#7727) ci(cypress-ci): remove wise payout from running in github ci (#7756) feat(authentication): create authentications to fallback to ApiKeyAuth if AdminApiAuth fails (#7744) chore(version): 2025.04.08.0 feat(core): added force_3ds_challenge for decoupled txns (#7484) chore(version): 2025.04.07.0 chore(postman): update Postman collection files ...
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
Refunds for Manually Captured No3DS Payments and Connector Agnostic NTID Test Cases in Cypress were failing for
Bank of AmericaPayment Processor.pendingstatus instead ofsucceededwitherror_messageasnulland on RSync, it yieldserrorInformation.messageas"Request was processed successfully."with status still aspending.00024-ConnectorAgnosticNTIDwas failing with the error message in the response as"No eligible connector was found for the current payment method configuration"because it did not support Connector Agnostic.So, made the following changes:-
succeededtopendingfor No3DS Manual Payment Refunds.bankofamericafrom the Connectors which are allowing Connector Agnostic.Additional Changes
Motivation and Context
Bank of America Cypress Test Cases were failing.
How did you test it?
(Tested on Integ Environment)
Checklist
cargo +nightly fmt --allcargo clippy