mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	refactor: Move trait IncomingWebhook to hyperswitch_interfaces (#5191)
This commit is contained in:
		| @ -2,10 +2,12 @@ | ||||
| #![warn(missing_docs, missing_debug_implementations)] | ||||
|  | ||||
| pub mod api; | ||||
| pub mod authentication; | ||||
| pub mod configs; | ||||
| /// definition of the new connector integration trait | ||||
| pub mod connector_integration_v2; | ||||
| pub mod consts; | ||||
| pub mod disputes; | ||||
| pub mod encryption_interface; | ||||
| pub mod errors; | ||||
| pub mod events; | ||||
| @ -14,3 +16,4 @@ pub mod integrity; | ||||
| pub mod metrics; | ||||
| pub mod secrets_interface; | ||||
| pub mod types; | ||||
| pub mod webhooks; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 DEEPANSHU BANSAL
					DEEPANSHU BANSAL