mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add payment failed webhook event (#305)
This commit is contained in:
@ -17,7 +17,7 @@ where
|
||||
fn fmt(val: &T, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
let val_str: &str = val.as_ref();
|
||||
|
||||
if val_str.len() < 15 && val_str.len() > 19 {
|
||||
if val_str.len() < 15 || val_str.len() > 19 {
|
||||
return WithType::fmt(val, f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user