mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
chore: mirror changes from BitBucket
This commit is contained in:
@ -917,3 +917,7 @@ pub fn hmac_sha256_sorted_query_params<'a>(
|
||||
|
||||
Ok(hex::encode(signature))
|
||||
}
|
||||
|
||||
pub fn check_if_operation_confirm<Op: std::fmt::Debug>(operations: Op) -> bool {
|
||||
format!("{:?}", operations) == "PaymentConfirm"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user