feat(router): add expand attempts support in payments retrieve response (#1678)

This commit is contained in:
Sai Harsha Vardhan
2023-07-14 12:14:57 +05:30
committed by GitHub
parent a6645bd354
commit 8572f1da8e
24 changed files with 381 additions and 0 deletions

View File

@ -56,6 +56,7 @@ pub async fn payments_incoming_webhook_flow<W: api::OutgoingWebhookType>(
param: None,
merchant_connector_details: None,
client_secret: None,
expand_attempts: None,
},
services::AuthFlow::Merchant,
consume_or_trigger_flow,