mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	feat(router): add endpoint for listing connector features (#6612)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
This commit is contained in:
		@ -261,6 +261,8 @@ Never share your secret api keys. Keep them guarded and secure.
 | 
			
		||||
        api_models::enums::SizeVariants,
 | 
			
		||||
        api_models::enums::PaymentLinkDetailsLayout,
 | 
			
		||||
        api_models::enums::PaymentMethodStatus,
 | 
			
		||||
        api_models::enums::PaymentConnectorCategory,
 | 
			
		||||
        api_models::enums::FeatureStatus,
 | 
			
		||||
        api_models::enums::OrderFulfillmentTimeOrigin,
 | 
			
		||||
        api_models::enums::UIWidgetFormLayout,
 | 
			
		||||
        api_models::admin::MerchantConnectorCreate,
 | 
			
		||||
@ -639,6 +641,10 @@ Never share your secret api keys. Keep them guarded and secure.
 | 
			
		||||
        api_models::payments::DisplayAmountOnSdk,
 | 
			
		||||
        api_models::payments::ErrorDetails,
 | 
			
		||||
        api_models::payments::CtpServiceDetails,
 | 
			
		||||
        api_models::feature_matrix::FeatureMatrixListResponse,
 | 
			
		||||
        api_models::feature_matrix::FeatureMatrixRequest,
 | 
			
		||||
        api_models::feature_matrix::ConnectorFeatureMatrixResponse,
 | 
			
		||||
        api_models::feature_matrix::SupportedPaymentMethod,
 | 
			
		||||
        common_utils::types::BrowserInformation,
 | 
			
		||||
        api_models::payments::PaymentAmountDetailsResponse,
 | 
			
		||||
        routes::payments::ForceSync,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user