mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
revert: connector_label in webhook url is reverted back to connector_name (#1779)
This commit is contained in:
@ -101,7 +101,7 @@ impl Webhooks {
|
||||
web::scope("/webhooks")
|
||||
.app_data(web::Data::new(config))
|
||||
.service(
|
||||
web::resource("/{merchant_id}/{connector_label}")
|
||||
web::resource("/{merchant_id}/{connector_name}")
|
||||
.route(
|
||||
web::post().to(webhooks::receive_incoming_webhook::<StripeOutgoingWebhook>),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user