refactor(core): use HMAC-SHA512 to calculate payments response hash (#1302)

This commit is contained in:
Shankar Singh C
2023-05-31 13:21:39 +05:30
committed by GitHub
parent 0be900d238
commit 7032ea8494
3 changed files with 7 additions and 7 deletions

View File

@ -64,7 +64,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 const X_WEBHOOK_SIGNATURE: &str = "X-Webhook-Signature-512";
}
pub mod pii {