mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(pii): implement a masking strategy for UPI VPAs (#1641)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
		| @ -922,7 +922,7 @@ pub struct CryptoData { | ||||
| #[serde(rename_all = "snake_case")] | ||||
| pub struct UpiData { | ||||
|     #[schema(value_type = Option<String>, example = "successtest@iata")] | ||||
|     pub vpa_id: Option<Secret<String>>, | ||||
|     pub vpa_id: Option<Secret<String, pii::UpiVpaMaskingStrategy>>, | ||||
| } | ||||
|  | ||||
| #[derive(Debug, Clone, Eq, PartialEq, serde::Deserialize, serde::Serialize, ToSchema)] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 SargamPuram
					SargamPuram