mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(compatibility): add support for stripe compatible webhooks (#1728)
This commit is contained in:
committed by
GitHub
parent
14c2d72509
commit
87ae99f7f2
@ -65,6 +65,8 @@ pub mod headers {
|
||||
pub const X_ACCEPT_VERSION: &str = "X-Accept-Version";
|
||||
pub const X_DATE: &str = "X-Date";
|
||||
pub const X_WEBHOOK_SIGNATURE: &str = "X-Webhook-Signature-512";
|
||||
|
||||
pub const STRIPE_COMPATIBLE_WEBHOOK_SIGNATURE: &str = "Stripe-Signature";
|
||||
}
|
||||
|
||||
pub mod pii {
|
||||
|
||||
Reference in New Issue
Block a user