mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	fix: 3ds bug fix in checkout (#204)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
		 Sangamesh Kulkarni
					Sangamesh Kulkarni
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							6123823523
						
					
				
				
					commit
					781b6dded2
				
			| @ -161,7 +161,7 @@ impl From<transformers::Foreign<(CheckoutPaymentStatus, Option<enums::CaptureMet | |||||||
|             } |             } | ||||||
|             CheckoutPaymentStatus::Captured => enums::AttemptStatus::Charged, |             CheckoutPaymentStatus::Captured => enums::AttemptStatus::Charged, | ||||||
|             CheckoutPaymentStatus::Declined => enums::AttemptStatus::Failure, |             CheckoutPaymentStatus::Declined => enums::AttemptStatus::Failure, | ||||||
|             CheckoutPaymentStatus::Pending => enums::AttemptStatus::Authorizing, |             CheckoutPaymentStatus::Pending => enums::AttemptStatus::AuthenticationPending, | ||||||
|             CheckoutPaymentStatus::CardVerified => enums::AttemptStatus::Pending, |             CheckoutPaymentStatus::CardVerified => enums::AttemptStatus::Pending, | ||||||
|         } |         } | ||||||
|         .into() |         .into() | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user