juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
11.02k stars 1.19k forks source link

[REFACTOR] Move trait IncomingWebhook to crate hyperswitch_interfaces #5121

Open deepanshu-iiitu opened 1 week ago

deepanshu-iiitu commented 1 week ago

Feature Description

trait IncomingWebhook needs to be moved to crate hyperswitch_interfaces. This is required to move connector code to new crate hyperswitch_connectors.

Possible Implementation

trait IncomingWebhook needs to be moved to crate hyperswitch_interfaces. This is required to move connector code to new crate hyperswitch_connectors.

Have you spent some time checking if this feature request has been raised before?

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!