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: core changes for extended authorization #6766

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

Conversation

hrithikesh026
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

@hrithikesh026 hrithikesh026 self-assigned this Dec 6, 2024
@hrithikesh026 hrithikesh026 requested review from a team as code owners December 6, 2024 09:39
Copy link

semanticdiff-com bot commented Dec 6, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/diesel_models/src/payment_intent.rs  77% smaller
  crates/router/src/core/payments.rs  75% smaller
  crates/api_models/src/admin.rs  58% smaller
  crates/api_models/src/payments.rs  53% smaller
  crates/diesel_models/src/business_profile.rs  51% smaller
  crates/diesel_models/src/user/sample_data.rs  26% smaller
  crates/hyperswitch_domain_models/src/payments/payment_attempt.rs  17% smaller
  crates/router/src/core/payments/operations/payment_confirm.rs  16% smaller
  crates/api_models/src/payments/trait_impls.rs  12% smaller
  crates/diesel_models/src/payment_attempt.rs  7% smaller
  crates/common_enums/src/connector_enums.rs  0% smaller
  crates/common_types/src/lib.rs  0% smaller
  crates/common_types/src/primitive_wrappers.rs  0% smaller
  crates/hyperswitch_domain_models/src/business_profile.rs  0% smaller
  crates/hyperswitch_domain_models/src/payments.rs  0% smaller
  crates/hyperswitch_domain_models/src/router_data.rs  0% smaller
  crates/hyperswitch_domain_models/src/router_request_types.rs  0% smaller
  crates/router/src/core/payments/operations.rs  0% smaller
  crates/router/src/core/payments/operations/payment_create.rs  0% smaller
  crates/router/src/core/payments/operations/payment_response.rs  0% smaller
  crates/router/src/core/payments/retry.rs  0% smaller
  crates/router/src/core/payments/transformers.rs  0% smaller
  crates/router/src/types.rs  0% smaller
  crates/router/src/types/api/verify_connector.rs  0% smaller
  crates/router/tests/connectors/utils.rs  0% smaller

@hrithikesh026 hrithikesh026 requested review from a team as code owners December 6, 2024 12:53
@hrithikesh026 hrithikesh026 added A-core Area: Core flows S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Dec 13, 2024
@hrithikesh026 hrithikesh026 changed the title Core changes for extended authorization feat: core changes for extended authorization Dec 13, 2024
@hrithikesh026 hrithikesh026 force-pushed the add-fields-for-extended-authorization branch from eeb744a to 79ebec2 Compare February 16, 2025 04:34
Base automatically changed from add-fields-for-extended-authorization to main February 18, 2025 16:54
@hrithikesh026 hrithikesh026 requested a review from a team as a code owner February 18, 2025 16:54
@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 Feb 18, 2025
@hyperswitch-bot hyperswitch-bot bot removed the M-database-changes Metadata: This PR involves database schema changes label Feb 25, 2025
@hyperswitch-bot hyperswitch-bot bot removed the M-api-contract-changes Metadata: This PR involves API contract changes label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows S-waiting-on-review Status: This PR has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant