mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(core): add signature to outgoing webhooks (#1249)
This commit is contained in:
@ -63,6 +63,7 @@ pub mod headers {
|
||||
pub const X_CC_VERSION: &str = "X-CC-Version";
|
||||
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";
|
||||
}
|
||||
|
||||
pub mod pii {
|
||||
|
||||
Reference in New Issue
Block a user