mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-30 17:47:54 +08:00 
			
		
		
		
	refactor(connector): [Gocardless] Mask PII data (#3844)
This commit is contained in:
		| @ -547,7 +547,7 @@ pub struct GocardlessMandateResponse { | |||||||
|  |  | ||||||
| #[derive(Debug, Clone, Deserialize, Serialize)] | #[derive(Debug, Clone, Deserialize, Serialize)] | ||||||
| pub struct MandateResponse { | pub struct MandateResponse { | ||||||
|     id: String, |     id: Secret<String>, | ||||||
| } | } | ||||||
|  |  | ||||||
| impl<F> | impl<F> | ||||||
| @ -570,7 +570,7 @@ impl<F> | |||||||
|         >, |         >, | ||||||
|     ) -> Result<Self, Self::Error> { |     ) -> Result<Self, Self::Error> { | ||||||
|         let mandate_reference = Some(MandateReference { |         let mandate_reference = Some(MandateReference { | ||||||
|             connector_mandate_id: Some(item.response.mandates.id.clone()), |             connector_mandate_id: Some(item.response.mandates.id.clone().expose()), | ||||||
|             payment_method_id: None, |             payment_method_id: None, | ||||||
|         }); |         }); | ||||||
|         Ok(Self { |         Ok(Self { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 AkshayaFoiger
					AkshayaFoiger