Skip to content

feat(connector): add template code for chargebee#7036

Merged
Gnanasundari24 merged 7 commits intomainfrom
chargebee_integration
Jan 29, 2025
Merged

feat(connector): add template code for chargebee#7036
Gnanasundari24 merged 7 commits intomainfrom
chargebee_integration

Conversation

@srujanchikke
Copy link
Contributor

@srujanchikke srujanchikke commented Jan 15, 2025

Type of Change

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

Description

connector integration template code for chargebee.

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?

Tests not required as this is template code generated PR, CI checks should be suffice.

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

@srujanchikke srujanchikke added the A-connector-integration Area: Connector integration label Jan 15, 2025
@srujanchikke srujanchikke self-assigned this Jan 15, 2025
@srujanchikke srujanchikke requested review from a team as code owners January 15, 2025 04:00
@semanticdiff-com
Copy link

semanticdiff-com bot commented Jan 15, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/hyperswitch_connectors/src/connectors.rs  95% smaller
  crates/router/src/connector.rs  54% smaller
  crates/router/src/core/payments/connector_integration_v2_impls.rs  15% smaller
  crates/router/src/core/payments/flows.rs  15% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  14% smaller
  crates/hyperswitch_connectors/src/default_implementations_v2.rs  14% 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/common_enums/src/connector_enums.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/chargebee.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/chargebee/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/chargebee.rs  0% smaller
  crates/router/tests/connectors/main.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

Chikke Srujan and others added 2 commits January 15, 2025 09:43
jarnura
jarnura previously approved these changes Jan 21, 2025
swangi-kumari
swangi-kumari previously approved these changes Jan 21, 2025
@srujanchikke srujanchikke dismissed stale reviews from swangi-kumari and jarnura via dcc6b1f January 21, 2025 07:58
swangi-kumari
swangi-kumari previously approved these changes Jan 22, 2025
jarnura
jarnura previously approved these changes Jan 22, 2025
@srujanchikke srujanchikke dismissed stale reviews from jarnura and swangi-kumari via 7f05e1a January 26, 2025 18:55
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Jan 27, 2025
@Gnanasundari24 Gnanasundari24 removed this pull request from the merge queue due to a manual request Jan 27, 2025
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Jan 29, 2025
Merged via the queue into main with commit ad5491f Jan 29, 2025
18 of 21 checks passed
@Gnanasundari24 Gnanasundari24 deleted the chargebee_integration branch January 29, 2025 11:47
pixincreate added a commit that referenced this pull request Jan 30, 2025
…ress

* 'main' of github.com:juspay/hyperswitch:
  chore(version): 2025.01.30.0
  Documentation edits made through Mintlify web editor
  feat(connector): add template code for chargebee (#7036)
  chore: run clippy with default number of jobs in github workflows (#7088)
  feat(router): add accept-language from request headers into browser-info (#7074)
  refactor(euclid): update proto file for elimination routing (#7032)
  chore(version): 2025.01.29.0
  refactor(router): prioritise `connector_mandate_id` over `network_transaction_id` during MITs (#7081)
  chore: add stripe to network transaction id support (#7096)
  fix(multitenancy): add a fallback for get commands in redis (#7043)
  refactor(currency_conversion): re frame the currency_conversion crate to make api calls on background thread (#6906)
  chore: fix `toml` format to address wasm build failure (#6967)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants