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 #6486

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

Anurag-05-prog
Copy link
Contributor

Type of Change

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

Description

Template code added for new connector Amazon Pay
https://developer.amazon.com/docs/amazon-pay-api-v2/introduction.html

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 test cases required

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 5, 2024 18:11
Copy link

semanticdiff-com bot commented Nov 5, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/connector.rs  97% smaller
  crates/hyperswitch_connectors/src/connectors.rs  94% 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
  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/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/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

@Anurag-05-prog Anurag-05-prog self-assigned this Nov 5, 2024
@Anurag-05-prog Anurag-05-prog force-pushed the amazon-pay-connector-template branch from 44c726d to 7b4c1c3 Compare November 6, 2024 10:57
@likhinbopanna likhinbopanna added this pull request to the merge queue Nov 8, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 8, 2024
@likhinbopanna likhinbopanna added this pull request to the merge queue Nov 8, 2024
Merged via the queue into main with commit fe4931a Nov 8, 2024
15 of 17 checks passed
@likhinbopanna likhinbopanna deleted the amazon-pay-connector-template branch November 8, 2024 10:52
bsayak03 pushed a commit that referenced this pull request Nov 26, 2024
bsayak03 pushed a commit that referenced this pull request Nov 26, 2024
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.

6 participants