mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	fix(connector): add local bank redirect type in compatibility layer, default the country to AT for Local Bank Redirect and add creds_identifier in access token (#5038)
Co-authored-by: Samraat Bansal <samraat.bansal@juspay.in> Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
This commit is contained in:
		| @ -946,7 +946,7 @@ fn get_pmd_based_on_payment_method_type( | ||||
|                     .and_then(|billing_data| billing_data.get_optional_country()), | ||||
|             }), | ||||
|         ), | ||||
|         Some(api_enums::PaymentMethodType::LocalBankTransfer) => { | ||||
|         Some(api_enums::PaymentMethodType::LocalBankRedirect) => { | ||||
|             Some(payments::PaymentMethodData::BankRedirect( | ||||
|                 payments::BankRedirectData::LocalBankRedirect {}, | ||||
|             )) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 AkshayaFoiger
					AkshayaFoiger