mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(core): conditionally return captures list during payment sync. (#2033)
This commit is contained in:
@ -58,6 +58,7 @@ pub async fn payments_incoming_webhook_flow<W: types::OutgoingWebhookType>(
|
||||
merchant_connector_details: None,
|
||||
client_secret: None,
|
||||
expand_attempts: None,
|
||||
expand_captures: None,
|
||||
},
|
||||
services::AuthFlow::Merchant,
|
||||
consume_or_trigger_flow,
|
||||
|
||||
Reference in New Issue
Block a user