Skip to content

feat(connector): [Celero] add Connector Template Code #8489

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

Merged
merged 15 commits into from
Jul 7, 2025
Merged

Conversation

Nithin1506200
Copy link
Contributor

@Nithin1506200 Nithin1506200 commented Jun 30, 2025

Type of Change

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

Description

Template new connection integration celero

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?

No testing required as this is template

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

@Nithin1506200 Nithin1506200 requested review from a team as code owners June 30, 2025 08:05
Copy link

semanticdiff-com bot commented Jun 30, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/connector.rs  100% smaller
  crates/hyperswitch_connectors/src/connectors.rs  94% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  24% smaller
  crates/hyperswitch_connectors/src/default_implementations_v2.rs  24% smaller
  crates/router/src/core/connector_validation.rs  24% smaller
  crates/common_enums/src/connector_enums.rs  11% smaller
  api-reference/v1/openapi_spec_v1.json  0% smaller
  api-reference/v2/openapi_spec_v2.json  0% 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/connector_configs/src/connector.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/celero.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/celero/transformers.rs  0% smaller
  crates/hyperswitch_domain_models/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/celero.rs  0% smaller
  crates/router/tests/connectors/main.rs  0% smaller
  crates/test_utils/src/connector_auth.rs  0% smaller
  loadtest/config/development.toml Unsupported file format
  scripts/add_connector.sh Unsupported file format

@Nithin1506200 Nithin1506200 self-assigned this Jun 30, 2025
@Nithin1506200 Nithin1506200 added the A-connector-integration Area: Connector integration label Jun 30, 2025
@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Jun 30, 2025
SanchithHegde
SanchithHegde previously approved these changes Jun 30, 2025
ShankarSinghC
ShankarSinghC previously approved these changes Jul 1, 2025
@Nithin1506200 Nithin1506200 linked an issue Jul 2, 2025 that may be closed by this pull request
2 tasks
ShankarSinghC
ShankarSinghC previously approved these changes Jul 3, 2025
SanchithHegde
SanchithHegde previously approved these changes Jul 3, 2025
SanchithHegde
SanchithHegde previously approved these changes Jul 4, 2025
ShankarSinghC
ShankarSinghC previously approved these changes Jul 4, 2025
deepanshu-iiitu
deepanshu-iiitu previously approved these changes Jul 4, 2025
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Jul 7, 2025
Merged via the queue into main with commit dfed2be Jul 7, 2025
17 of 20 checks passed
@Gnanasundari24 Gnanasundari24 deleted the celero branch July 7, 2025 11:57
pixincreate added a commit that referenced this pull request Jul 9, 2025
…ayload-webhooks

* 'main' of github.com:juspay/hyperswitch:
  refactor(connector): Move connector mappings and endpoints to dedicated modules (#8562)
  ci(cypress): fix `hipay` test cases (#8563)
  chore(version): 2025.07.09.0
  fix(payment_method): update entity id used for Vault to global customer id (#8380)
  refactor(routing): add conditional check for invoking DE routing flows (#8559)
  feat(connector): [AUTHIPAY] Integrate cards non 3ds payments (#8266)
  ci(cypress): add payu connector (#8567)
  feat(connector): [silverflow] template code (#8553)
  chore(version): 2025.07.08.0
  feat(cypress): [worldpayvantiv] add cypress test (#8234)
  feat(connectors): [worldpayvantiv] add connector mandate support  (#8546)
  feat(connector): [Celero] add Connector Template Code (#8489)
  feat(payment-methods): create payment_token in vault confirm / do payment-confirm with temp token from session (#8525)
  ci(cypress): Add Tsys,Square cypress test (#8543)
  chore(version): 2025.07.07.0
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 M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] celero connector template
6 participants