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): [AMAZON PAY] Added Template code #6477

Closed
wants to merge 3 commits into from

Conversation

Anurag-05-prog
Copy link
Contributor

@Anurag-05-prog Anurag-05-prog commented Nov 4, 2024

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

Fixes https://github.com/juspay/hyperswitch-cloud/issues/7282

@Anurag-05-prog Anurag-05-prog requested review from a team as code owners November 4, 2024 13:34
Copy link

semanticdiff-com bot commented Nov 4, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/connector.rs  93% smaller
  crates/router/src/core/payments/connector_integration_v2_impls.rs  25% smaller
  crates/router/src/core/payments/flows.rs  25% smaller
  crates/hyperswitch_connectors/src/default_implementations.rs  12% smaller
  crates/hyperswitch_connectors/src/default_implementations_v2.rs  12% smaller
  crates/hyperswitch_connectors/src/connectors.rs  1% 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/api_models/src/connector_enums.rs  0% smaller
  crates/common_enums/src/connector_enums.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/amazonpay.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/amazonpay/test.rs  0% smaller
  crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs  0% smaller
  crates/hyperswitch_interfaces/src/configs.rs  0% smaller
  crates/router/src/types/api.rs Unsupported file format
  crates/router/src/types/transformers.rs  0% smaller
  crates/router/tests/connectors/amazonpay.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

@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Nov 4, 2024
@Anurag-05-prog Anurag-05-prog force-pushed the amazon-pay-connector-template branch from 7a67f96 to 20a2e45 Compare November 4, 2024 14:37
@Anurag-05-prog Anurag-05-prog requested a review from a team as a code owner November 4, 2024 14:37
@hyperswitch-bot hyperswitch-bot bot removed the M-api-contract-changes Metadata: This PR involves API contract changes label Nov 4, 2024
@Anurag-05-prog Anurag-05-prog self-assigned this Nov 4, 2024
@Anurag-05-prog Anurag-05-prog force-pushed the amazon-pay-connector-template branch from 5ac459f to a1cee2f Compare November 5, 2024 10:44
@Anurag-05-prog Anurag-05-prog deleted the amazon-pay-connector-template branch November 5, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant