add cashtocode connector for cypress testing #9801
Open
+919
−0
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.
Here's how you should fill out the PR template:
Type of Change
Description
Added Cashtocode connector for Cypress testing with support for Reward payment methods (Classic Reward and Evoucher). The implementation follows existing connector patterns and includes proper test configurations for redirect-based payment flows.
Additional Changes
Motivation and Context
This change adds Cypress test support for the Cashtocode connector, enabling automated testing of Reward payment methods (Classic Reward and Evoucher) in the test suite. This ensures the connector works correctly with the existing payment infrastructure and follows the same testing patterns as other connectors.
How did you test it?
Tested the implementation using comprehensive validation scripts that verify:
Checklist
cargo +nightly fmt --all
cargo clippy
Note: The formatting and clippy checks don't apply to JavaScript files in the cypress-tests directory, but ESLint validation was performed and passed.
Fixes #5903