mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 14:07:18 +08:00 
			
		
		
		
	refactor(open_banking): Refactored to consume and use headers from SDK (#5884)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		@ -165,6 +165,9 @@ pub async fn create_link_token(
 | 
			
		||||
            )?]),
 | 
			
		||||
            language: payload.language,
 | 
			
		||||
            user_info: payment_intent.and_then(|pi| pi.customer_id),
 | 
			
		||||
            client_platform: payload.client_platform,
 | 
			
		||||
            android_package_name: payload.android_package_name,
 | 
			
		||||
            redirect_uri: payload.redirect_uri,
 | 
			
		||||
        },
 | 
			
		||||
        response: Ok(pm_auth_types::LinkTokenResponse {
 | 
			
		||||
            link_token: "".to_string(),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user