mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(cards): validate card security code and expiration (#874)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -23,6 +23,8 @@ pub trait SerializableSecret: Serialize {}
|
||||
// pub trait NonSerializableSecret: Serialize {}
|
||||
|
||||
impl SerializableSecret for serde_json::Value {}
|
||||
impl SerializableSecret for u8 {}
|
||||
impl SerializableSecret for u16 {}
|
||||
|
||||
impl<'de, T, I> Deserialize<'de> for Secret<T, I>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user