fix(router): resolve notify connector comments#13122
Conversation
Changed Files
|
|
🔍 Feature gate removal verification The removal of
This is a non-blocking verification request given the cross-feature nature of the change. |
|
🚨 Feature gate removal from surcharge webhook handling This PR removes 8 instances of Blocking concern: Please confirm that:
The PR title says "resolve notify connector comments" but the change has significant flow implications beyond code organization. |
| api_models::enums::EventType::SurchargePaymentSucceeded => "surcharge_payment.succeeded", | ||
| api_models::enums::EventType::SurchargeRefundSucceeded => "surcharge_refund.succeeded", |
There was a problem hiding this comment.
Event types that are not supported by Stripe are listed below the comment and are handled without throwing an error.
Incase of v2, |
|
The PR removes 8 Question: Has this code been tested in v2 mode to ensure it doesn't break v2 builds or cause runtime issues? The v2 payment path may have different assumptions about webhook handling. |
📝 Review SummaryThis PR adds a ✅ Positive observations:
💡 Suggestions:
No blocking issues found. This is an automated review. |
Review Findings🚨 [blocking] V1 Feature Guard RemovalRemoving
These Fix: Restore all 8
|
Type of Change
Description
Resolves unresolved comments on this PR juspay/hyperswitch-prism#1369
How did you test it?
The changes do not impact any flows.
Sanity Test
Create a payment
Response
Checklist
cargo +nightly fmt --allcargo clippy