mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	chore: remove Connectors enum dependency from ConnectorIntegrationV2 trait (#5840)
This commit is contained in:
		| @ -570,7 +570,7 @@ where | ||||
|             } | ||||
|             ConnectorIntegrationEnum::New(new_integration) => { | ||||
|                 let new_router_data = ResourceCommonData::from_old_router_data(req)?; | ||||
|                 new_integration.build_request_v2(&new_router_data, connectors) | ||||
|                 new_integration.build_request_v2(&new_router_data) | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Hrithikesh
					Hrithikesh