mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	refactor: use business profile domain models instead of diesel models (#5566)
This commit is contained in:
		| @ -2028,7 +2028,7 @@ pub struct BusinessProfileResponse { | ||||
|  | ||||
|     /// These key-value pairs are sent as additional custom headers in the outgoing webhook request. | ||||
|     #[schema(value_type = Option<Object>, example = r#"{ "key1": "value-1", "key2": "value-2" }"#)] | ||||
|     pub outgoing_webhook_custom_http_headers: Option<HashMap<String, String>>, | ||||
|     pub outgoing_webhook_custom_http_headers: Option<HashMap<String, Secret<String>>>, | ||||
| } | ||||
|  | ||||
| #[derive(Clone, Debug, Deserialize, ToSchema, Serialize)] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde