feat(core): conditionally return captures list during payment sync. (#2033)

This commit is contained in:
Hrithikesh
2023-08-29 20:10:04 +05:30
committed by GitHub
parent 63d92c07e7
commit c2aa0142ed
10 changed files with 46 additions and 11 deletions

View File

@ -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,