feat(framework): Diesel and domain model changes to support multiple outgoing webhooks#9816
Merged
Gnanasundari24 merged 5 commits intomainfrom Oct 16, 2025
Merged
Conversation
Changed Files
|
ca00095 to
40344fe
Compare
crates/common_enums/src/enums.rs
Outdated
| strum::EnumString, | ||
| ToSchema, | ||
| )] | ||
| #[router_derive::diesel_enum(storage_type = "db_enum")] |
Member
There was a problem hiding this comment.
We can remove this attribute macro / annotation if we are not using this enum within a column of a database table.
e96c3b2 to
0e43e5f
Compare
3cfc1e7 to
487fbaf
Compare
a2aaa1d to
aac36d2
Compare
SanchithHegde
approved these changes
Oct 15, 2025
Aishwariyaa-Anand
approved these changes
Oct 15, 2025
chaitak-gorai
pushed a commit
that referenced
this pull request
Oct 16, 2025
…outgoing webhooks (#9816)
drdholu
pushed a commit
to drdholu/hyperswitch
that referenced
this pull request
Oct 30, 2025
…outgoing webhooks (juspay#9816)
aadityaguptaa
pushed a commit
that referenced
this pull request
Nov 10, 2025
…outgoing webhooks (#9816)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Added the
multiple_webhook_detailfield to the Profile DB and domain model. Also populated these fields to asNone.Also we need
webhook_endpoint_id, added support for this idType as well in this PR.Additional Changes
Motivation and Context
How did you test it?
Only domain and diesel model changes (addition of fields only and no values populated), hence no testing required.
Checklist
cargo +nightly fmt --allcargo clippy