feat(core): add all_keys_required in confirm and psync payload (#7998)

Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local>
Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Anurag
2025-05-19 18:57:43 +05:30
committed by GitHub
parent d7cc19cacb
commit 071b0732d1
81 changed files with 353 additions and 15 deletions

View File

@ -659,6 +659,7 @@ async fn payments_incoming_webhook_flow(
client_secret: None,
expand_attempts: None,
expand_captures: None,
all_keys_required: None,
},
services::AuthFlow::Merchant,
consume_or_trigger_flow.clone(),
@ -1843,6 +1844,7 @@ async fn verify_webhook_source_verification_call(
&router_data,
payments::CallConnectorAction::Trigger,
None,
None,
)
.await?;