mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat(events): add incoming webhook payload to api events logger (#2852)
Co-authored-by: Sampras lopes <lsampras@pm.me>
This commit is contained in:
@ -223,6 +223,7 @@ pub trait ByteSliceExt {
|
||||
}
|
||||
|
||||
impl ByteSliceExt for [u8] {
|
||||
#[track_caller]
|
||||
fn parse_struct<'de, T>(
|
||||
&'de self,
|
||||
type_name: &'static str,
|
||||
|
||||
Reference in New Issue
Block a user