mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(payouts): make payout_type optional in payouts table (#4954)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -116,7 +116,7 @@ pub struct StripePayoutResponse { | ||||
|     pub id: String, | ||||
|     pub amount: i64, | ||||
|     pub currency: String, | ||||
|     pub payout_type: common_enums::PayoutType, | ||||
|     pub payout_type: Option<common_enums::PayoutType>, | ||||
|     pub status: StripePayoutStatus, | ||||
|     pub name: Option<masking::Secret<String>>, | ||||
|     pub email: Option<Email>, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 chikke srujan
					chikke srujan