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(router): Add webhooks for network tokenization #6695

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

Conversation

prasunna09
Copy link
Contributor

Type of Change

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

Description

Add webhooks for network tokenization

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

@prasunna09 prasunna09 added A-core Area: Core flows C-feature Category: Feature request or enhancement S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Nov 28, 2024
@prasunna09 prasunna09 self-assigned this Nov 28, 2024
@prasunna09 prasunna09 requested review from a team as code owners November 28, 2024 13:10
Copy link

semanticdiff-com bot commented Nov 28, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/types/storage.rs  79% smaller
  crates/diesel_models/src/lib.rs  72% smaller
  crates/api_models/src/webhooks.rs  12% smaller
  crates/router/src/routes/app.rs  10% smaller
  crates/router/src/db.rs  7% smaller
  crates/router/src/core/webhooks/incoming.rs  3% smaller
  crates/router/src/core/payment_methods/network_tokenization.rs  1% smaller
  crates/common_utils/src/events.rs  0% smaller
  crates/diesel_models/src/callback_mapper.rs  0% smaller
  crates/diesel_models/src/query.rs  0% smaller
  crates/diesel_models/src/query/callback_mapper.rs  0% smaller
  crates/diesel_models/src/schema.rs  0% smaller
  crates/diesel_models/src/schema_v2.rs  0% smaller
  crates/hyperswitch_domain_models/src/callback_mapper.rs  0% smaller
  crates/hyperswitch_domain_models/src/lib.rs  0% smaller
  crates/router/src/configs/secrets_transformers.rs  0% smaller
  crates/router/src/configs/settings.rs  0% smaller
  crates/router/src/configs/validations.rs  0% smaller
  crates/router/src/core/payment_methods.rs  0% smaller
  crates/router/src/core/webhooks.rs  0% smaller
  crates/router/src/db/callback_mapper.rs  0% smaller
  crates/router/src/db/kafka_store.rs  0% smaller
  crates/router/src/routes/webhooks.rs  0% smaller
  crates/router/src/types/domain.rs  0% smaller
  crates/router/src/types/storage/callback_mapper.rs  0% smaller
  crates/storage_impl/src/callback_mapper.rs  0% smaller
  crates/storage_impl/src/lib.rs  0% smaller
  migrations/2024-11-13-105952_add_call-back-mapper_table/down.sql Unsupported file format
  migrations/2024-11-13-105952_add_call-back-mapper_table/up.sql Unsupported file format

@hyperswitch-bot hyperswitch-bot bot added the M-database-changes Metadata: This PR involves database schema changes label Nov 28, 2024
@prasunna09 prasunna09 linked an issue Dec 2, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows C-feature Category: Feature request or enhancement M-database-changes Metadata: This PR involves database schema changes 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.

[FEATURE] Add webhook support for network tokenization
1 participant