mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(core): Payments core modification for open banking connectors (#3947)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -864,6 +864,7 @@ pub(crate) fn into_stripe_next_action( | ||||
|         payments::NextActionData::ThirdPartySdkSessionToken { session_token } => { | ||||
|             StripeNextAction::ThirdPartySdkSessionToken { session_token } | ||||
|         } | ||||
|  | ||||
|         payments::NextActionData::QrCodeInformation { | ||||
|             image_data_url, | ||||
|             display_to_timestamp, | ||||
|  | ||||
| @ -418,6 +418,7 @@ pub(crate) fn into_stripe_next_action( | ||||
|         payments::NextActionData::ThirdPartySdkSessionToken { session_token } => { | ||||
|             StripeNextAction::ThirdPartySdkSessionToken { session_token } | ||||
|         } | ||||
|  | ||||
|         payments::NextActionData::QrCodeInformation { | ||||
|             image_data_url, | ||||
|             display_to_timestamp, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sarthak Soni
					Sarthak Soni