mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
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:
@ -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?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user