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

Core nomupay test #6657

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

Core nomupay test #6657

wants to merge 11 commits into from

Conversation

sumanmaji4
Copy link
Contributor

Type of Change

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

Description

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 November 25, 2024 13:39
Copy link

semanticdiff-com bot commented Nov 25, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/tests/connectors/utils.rs  50% smaller
  crates/router/src/core/payouts/validator.rs  41% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  19% smaller
  crates/hyperswitch_connectors/src/connectors/nomupay.rs  19% smaller
  crates/router/src/core/payouts.rs  14% smaller
  crates/router/src/routes/payouts.rs  9% smaller
  crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs  8% smaller
  crates/router/src/core/utils.rs  5% smaller
  crates/router/tests/connectors/nomupay.rs  4% smaller
  crates/hyperswitch_domain_models/src/router_request_types.rs  2% smaller
  crates/router/src/core/payment_methods/cards.rs  1% smaller
  crates/router/src/core/webhooks/incoming.rs  1% smaller
  Cargo.lock Unsupported file format
  api-reference-v2/openapi_spec.json  0% smaller
  api-reference/openapi_spec.json  0% smaller
  config/development.toml Unsupported file format
  config/docker_compose.toml Unsupported file format
  crates/api_models/src/connector_enums.rs  0% smaller
  crates/api_models/src/enums.rs  0% smaller
  crates/api_models/src/payouts.rs  0% smaller
  crates/common_enums/src/connector_enums.rs  0% smaller
  crates/connector_configs/src/connector.rs  0% smaller
  crates/connector_configs/toml/development.toml Unsupported file format
  crates/connector_configs/toml/production.toml Unsupported file format
  crates/connector_configs/toml/sandbox.toml Unsupported file format
  crates/diesel_models/src/enums.rs  0% smaller
  crates/diesel_models/src/payment_method.rs  0% smaller
  crates/diesel_models/src/payouts.rs  0% smaller
  crates/diesel_models/src/schema.rs  0% smaller
  crates/hyperswitch_connectors/Cargo.toml Unsupported file format
  crates/hyperswitch_connectors/src/constants.rs  0% smaller
  crates/hyperswitch_connectors/src/types.rs  0% smaller
  crates/hyperswitch_connectors/src/utils.rs  0% smaller
  crates/hyperswitch_domain_models/src/payment_methods.rs  0% smaller
  crates/hyperswitch_domain_models/src/types.rs  0% smaller
  crates/hyperswitch_interfaces/src/api/payouts.rs  0% smaller
  crates/hyperswitch_interfaces/src/api/payouts_v2.rs  0% smaller
  crates/router/src/core/admin.rs  0% smaller
  crates/router/src/core/payments/operations/payment_response.rs  0% smaller
  crates/router/src/core/payments/routing.rs  0% smaller
  crates/router/src/core/payments/tokenization.rs  0% smaller
  crates/router/src/core/payouts/helpers.rs  0% smaller
  crates/router/src/core/payouts/transformers.rs  0% smaller
  crates/router/src/core/pm_auth.rs  0% smaller
  crates/router/src/routes/webhooks.rs  0% smaller
  crates/router/src/types/api.rs  0% smaller
  crates/router/src/types/transformers.rs  0% smaller
  crates/router/src/workflows/attach_payout_account_workflow.rs  0% smaller
  crates/router/src/workflows/outgoing_webhook_retry.rs  0% smaller
  crates/router/tests/connectors/sample_auth.toml Unsupported file format
  crates/storage_impl/src/payouts/payouts.rs  0% smaller
  crates/test_utils/src/connector_auth.rs  0% smaller
  loadtest/config/development.toml Unsupported file format
  migrations/2024-11-14-131714_add_transaction_flow_in_payment_method/down.sql Unsupported file format
  migrations/2024-11-14-131714_add_transaction_flow_in_payment_method/up.sql Unsupported file format

@hyperswitch-bot hyperswitch-bot bot added M-database-changes Metadata: This PR involves database schema changes M-api-contract-changes Metadata: This PR involves API contract changes labels Nov 25, 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 M-database-changes Metadata: This PR involves database schema changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants