mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(connector): [Bluesnap] add cards 3DS support (#1057)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com> Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
This commit is contained in:
		| @ -71,9 +71,15 @@ where | ||||
|                 ), | ||||
|             } | ||||
|         } | ||||
|         Ok(api::ApplicationResponse::Form(form_data)) => api::build_redirection_form(&form_data) | ||||
|             .respond_to(request) | ||||
|             .map_into_boxed_body(), | ||||
|         Ok(api::ApplicationResponse::Form(redirection_data)) => api::build_redirection_form( | ||||
|             &redirection_data.redirect_form, | ||||
|             redirection_data.payment_method_data, | ||||
|             redirection_data.amount, | ||||
|             redirection_data.currency, | ||||
|         ) | ||||
|         .respond_to(request) | ||||
|         .map_into_boxed_body(), | ||||
|  | ||||
|         Err(error) => { | ||||
|             logger::error!(api_response_error=?error); | ||||
|             api::log_and_return_error_response(error) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 SamraatBansal
					SamraatBansal