mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
deps(api_models): put the errors module behind a feature flag (#815)
This commit is contained in:
@ -722,7 +722,7 @@ impl api::IncomingWebhook for Trustpay {
|
||||
|
||||
fn get_dispute_details(
|
||||
&self,
|
||||
request: &api_models::webhooks::IncomingWebhookRequestDetails<'_>,
|
||||
request: &api::IncomingWebhookRequestDetails<'_>,
|
||||
) -> CustomResult<api::disputes::DisputePayload, errors::ConnectorError> {
|
||||
let trustpay_response: trustpay::TrustpayWebhookResponse = request
|
||||
.body
|
||||
|
||||
Reference in New Issue
Block a user