hyperswitch
hyperswitch copied to clipboard
fix(cypress): adyen collection
Type of Change
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [x] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [x] CI/CD
Description
Fixes Adyen cypress collection.
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
Motivation and Context
Working on same stuff after going back and forth 100 times. Check https://github.com/juspay/hyperswitch/pull/4396 for motivation.
How did you test it?
This change mainly focuses on Adyen, hence, failures occurring in other will be taken in separate PR(s)
Adyen
BankOfAmerica
Bluesnap
Cybersource
NMI
PayPal
Stripe
Trustpay
Checklist
- [ ] I formatted the code
cargo +nightly fmt --all - [ ] I addressed lints thrown by
cargo clippy - [x] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible