mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(router): added new webhook URL to support merchant_connector_id (#2006)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
This commit is contained in:
@ -14,7 +14,6 @@ use crate::{
|
||||
configs::settings,
|
||||
consts,
|
||||
core::errors::{self, CustomResult},
|
||||
db::StorageInterface,
|
||||
headers,
|
||||
services::{
|
||||
self,
|
||||
@ -773,12 +772,10 @@ impl ConnectorIntegration<api::RSync, types::RefundsData, types::RefundsResponse
|
||||
impl api::IncomingWebhook for Stax {
|
||||
async fn verify_webhook_source(
|
||||
&self,
|
||||
_db: &dyn StorageInterface,
|
||||
_request: &api::IncomingWebhookRequestDetails<'_>,
|
||||
_merchant_account: &domain::MerchantAccount,
|
||||
_merchant_connector_account: domain::MerchantConnectorAccount,
|
||||
_connector_label: &str,
|
||||
_key_store: &domain::MerchantKeyStore,
|
||||
_object_reference_id: api_models::webhooks::ObjectReferenceId,
|
||||
) -> CustomResult<bool, errors::ConnectorError> {
|
||||
Ok(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user