mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat: add support for 3ds and surcharge decision through routing rules (#2869)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -1070,6 +1070,7 @@ pub fn get_flow_name<F>() -> RouterResult<String> { | ||||
|         .to_string()) | ||||
| } | ||||
|  | ||||
| #[instrument(skip_all)] | ||||
| pub async fn persist_individual_surcharge_details_in_redis( | ||||
|     state: &AppState, | ||||
|     merchant_account: &domain::MerchantAccount, | ||||
| @ -1109,6 +1110,7 @@ pub async fn persist_individual_surcharge_details_in_redis( | ||||
|     Ok(()) | ||||
| } | ||||
|  | ||||
| #[instrument(skip_all)] | ||||
| pub async fn get_individual_surcharge_detail_from_redis( | ||||
|     state: &AppState, | ||||
|     payment_method: &euclid_enums::PaymentMethod, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Hrithikesh
					Hrithikesh