mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	fix(core): update amount_capturable in update trackers (#2142)
This commit is contained in:
		| @ -216,6 +216,7 @@ pub enum PaymentAttemptUpdate { | ||||
|         payment_token: Option<String>, | ||||
|         connector: Option<String>, | ||||
|         straight_through_algorithm: Option<serde_json::Value>, | ||||
|         amount_capturable: Option<i64>, | ||||
|     }, | ||||
|     AuthenticationTypeUpdate { | ||||
|         authentication_type: storage_enums::AuthenticationType, | ||||
| @ -236,6 +237,7 @@ pub enum PaymentAttemptUpdate { | ||||
|         straight_through_algorithm: Option<serde_json::Value>, | ||||
|         error_code: Option<Option<String>>, | ||||
|         error_message: Option<Option<String>>, | ||||
|         amount_capturable: Option<i64>, | ||||
|     }, | ||||
|     RejectUpdate { | ||||
|         status: storage_enums::AttemptStatus, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Hrithikesh
					Hrithikesh