mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	refactor(payment_id): add payment id domain type (#5738)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -70,7 +70,7 @@ impl<'a> From<&'a ApiErrorResponse> for ErrorResponse<'a> { | ||||
| #[derive(Debug, serde::Serialize, Default, Clone)] | ||||
| pub struct Extra { | ||||
|     #[serde(skip_serializing_if = "Option::is_none")] | ||||
|     pub payment_id: Option<String>, | ||||
|     pub payment_id: Option<common_utils::id_type::PaymentId>, | ||||
|     #[serde(skip_serializing_if = "Option::is_none")] | ||||
|     pub data: Option<serde_json::Value>, | ||||
|     #[serde(skip_serializing_if = "Option::is_none")] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat