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:
		| @ -1,6 +1,6 @@ | ||||
| #[derive(Clone, Debug, serde::Deserialize, serde::Serialize)] | ||||
| pub struct OutgoingWebhookLogsRequest { | ||||
|     pub payment_id: String, | ||||
|     pub payment_id: common_utils::id_type::PaymentId, | ||||
|     pub event_id: Option<String>, | ||||
|     pub refund_id: Option<String>, | ||||
|     pub dispute_id: Option<String>, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat