Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(connector): [REDSYS] add Connector Template Code #6659

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Sweta-Kumari-Sharma
Copy link
Contributor

@Sweta-Kumari-Sharma Sweta-Kumari-Sharma commented Nov 26, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Template code added for new connector Inespay

This PR is related to issue: https://github.com/juspay/hyperswitch-cloud/issues/7572

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

This PR is related to issue: #6673

How did you test it?

Only template PR, hence no testing required.

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@Sweta-Kumari-Sharma Sweta-Kumari-Sharma added A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement labels Nov 26, 2024
@Sweta-Kumari-Sharma Sweta-Kumari-Sharma self-assigned this Nov 26, 2024
Copy link

semanticdiff-com bot commented Nov 26, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/connector.rs  98% smaller
  crates/hyperswitch_connectors/src/connectors.rs  81% smaller
  crates/router/src/core/payments/connector_integration_v2_impls.rs  25% smaller
  crates/router/src/core/payments/flows.rs  23% smaller
  crates/hyperswitch_connectors/src/default_implementations_v2.rs  18% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  18% smaller
  config/config.example.toml Unsupported file format
  config/deployments/integration_test.toml Unsupported file format
  config/deployments/production.toml Unsupported file format
  config/deployments/sandbox.toml Unsupported file format
  config/development.toml Unsupported file format
  config/docker_compose.toml Unsupported file format
  crates/api_models/src/connector_enums.rs  0% smaller
  crates/common_enums/src/connector_enums.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/redsys.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs  0% smaller
  crates/hyperswitch_interfaces/src/configs.rs  0% smaller
  crates/router/src/types/api.rs  0% smaller
  crates/router/src/types/transformers.rs  0% smaller
  crates/router/tests/connectors/main.rs  0% smaller
  crates/router/tests/connectors/redsys.rs  0% smaller
  crates/router/tests/connectors/sample_auth.toml Unsupported file format
  crates/test_utils/src/connector_auth.rs  0% smaller
  loadtest/config/development.toml Unsupported file format
  scripts/add_connector.sh Unsupported file format

@Sweta-Kumari-Sharma Sweta-Kumari-Sharma changed the title initial commit feat(connector): [REDSYS] add Connector Template Code Nov 26, 2024
config/development.toml Show resolved Hide resolved
scripts/add_connector.sh Outdated Show resolved Hide resolved
@Sweta-Kumari-Sharma Sweta-Kumari-Sharma linked an issue Nov 27, 2024 that may be closed by this pull request
2 tasks
@Sweta-Kumari-Sharma Sweta-Kumari-Sharma requested a review from a team as a code owner November 27, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] [REDSYS] add Connector Template Code
3 participants