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): [ELAVON] Template PR #6309

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

Conversation

sumanmaji4
Copy link
Contributor

Type of Change

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

Description

Template code added for new connector Elavon
https://developer.elavon.com/products/xml-api/v1/api-reference#tag/Process-Transaction-Online

Additional Changes

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

Motivation and Context

How did you test it?

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

@sumanmaji4 sumanmaji4 requested review from a team as code owners October 14, 2024 13:36
Copy link

semanticdiff-com bot commented Oct 14, 2024

Review changes with SemanticDiff.

Analyzed 18 of 27 files.

Overall, the semantic diff is 2% smaller than the GitHub diff.

File Information
Filename Status
scripts/add_connector.sh Unsupported file format
loadtest/config/development.toml Unsupported file format
✔️ crates/test_utils/src/connector_auth.rs Analyzed
✔️ crates/router/tests/connectors/elavon.rs Analyzed
✔️ crates/router/tests/connectors/main.rs Analyzed
crates/router/tests/connectors/sample_auth.toml Unsupported file format
✔️ crates/router/src/connector.rs 92.64% smaller
✔️ crates/router/src/types/api.rs Analyzed
✔️ crates/router/src/types/transformers.rs Analyzed
✔️ crates/router/src/core/payments/connector_integration_v2_impls.rs 18.18% smaller
✔️ crates/router/src/core/payments/flows.rs 18.18% smaller
✔️ crates/hyperswitch_interfaces/src/configs.rs Analyzed
✔️ crates/hyperswitch_connectors/src/connectors.rs 73.59% smaller
✔️ crates/hyperswitch_connectors/src/default_implementations.rs 17.39% smaller
✔️ crates/hyperswitch_connectors/src/default_implementations_v2.rs 17.39% smaller
✔️ crates/hyperswitch_connectors/src/connectors/elavon.rs Analyzed
✔️ crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs Analyzed
✔️ crates/common_enums/src/enums.rs Analyzed
✔️ crates/api_models/src/enums.rs Analyzed
config/config.example.toml Unsupported file format
config/development.toml Unsupported file format
config/docker_compose.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
✔️ api-reference-v2/openapi_spec.json Analyzed
✔️ api-reference/openapi_spec.json Analyzed

@@ -236,6 +237,7 @@ macro_rules! default_imp_for_new_connector_integration_refund {
}

default_imp_for_new_connector_integration_refund!(
connectors::Elavon,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please maintain alphabetical order

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Oct 14, 2024
SanchithHegde
SanchithHegde previously approved these changes Oct 16, 2024
@likhinbopanna likhinbopanna added this pull request to the merge queue Oct 17, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants