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): [PAYSTACK] Template PR #7285

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

Conversation

ImSagnik007
Copy link
Contributor

@ImSagnik007 ImSagnik007 commented Feb 17, 2025

Type of Change

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

Description

Paystack template PR.

Follow the steps outlined in the add_connector.md file. Execute the script provided in the markdown file, then run the following commands:

cargo clippy

cargo +nightly fmt --all

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

@ImSagnik007 ImSagnik007 added the A-connector-integration Area: Connector integration label Feb 17, 2025
@ImSagnik007 ImSagnik007 self-assigned this Feb 17, 2025
@ImSagnik007 ImSagnik007 requested review from a team as code owners February 17, 2025 11:23
Copy link

semanticdiff-com bot commented Feb 17, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/connector.rs  89% smaller
  crates/hyperswitch_connectors/src/connectors.rs  56% smaller
  crates/common_enums/src/connector_enums.rs  13% smaller
  crates/router/src/core/payments/connector_integration_v2_impls.rs  8% smaller
  crates/router/src/core/payments/flows.rs  8% smaller
  crates/hyperswitch_connectors/src/default_implementations_v2.rs  7% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  7% smaller
  api-reference-v2/openapi_spec.json  0% smaller
  api-reference/openapi_spec.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/paystack.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/paystack/transformers.rs  0% smaller
  crates/hyperswitch_interfaces/src/configs.rs  0% smaller
  crates/router/src/core/admin.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/paystack.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

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Feb 20, 2025
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
1 participant