mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(refunds): Add profile_id in refunds response (#2652)
				
					
				
			Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -124,6 +124,7 @@ pub struct RefundResponse { | ||||
|     /// The connector used for the refund and the corresponding payment | ||||
|     #[schema(example = "stripe")] | ||||
|     pub connector: String, | ||||
|     pub profile_id: Option<String>, | ||||
| } | ||||
|  | ||||
| #[derive(Debug, Clone, Eq, PartialEq, Deserialize, Serialize, ToSchema)] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Pa1NarK
					Pa1NarK