hyperswitch
hyperswitch copied to clipboard
feat(connector): Introduce connector template code for Facilitapay
Type of Change
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
This PR introduces template code for new connector named Facilitapay.
Docs: https://sandbox-portal.facilitapay.com/#/docs
Additional Changes
- [ ] This PR modifies the API contract
- [ ] This PR modifies the database schema
- [ ] This PR modifies application configuration/environment variables
YES.
-
config -
crates/router/src/configs -
loadtest/config
Motivation and Context
New connector -- Facilitapay Closes #7630
How did you test it?
just clippy
cargo +nightly fmt --all
cargo c
Hyperswitch code base should compile.
Checklist
- [x] I formatted the code
cargo +nightly fmt --all - [x] I addressed lints thrown by
just clippy - [x] I reviewed the submitted code
- [ ] I added unit tests for my changes where possible