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

@ -125,6 +125,7 @@ pub async fn payment_intents_retrieve(
client_secret: query_payload.client_secret.clone(),
expand_attempts: None,
expand_captures: None,
all_keys_required: None,
};
let api_auth = auth::ApiKeyAuth {

View File

@ -109,6 +109,7 @@ pub async fn setup_intents_retrieve(
client_secret: query_payload.client_secret.clone(),
expand_attempts: None,
expand_captures: None,
all_keys_required: None,
};
let api_auth = auth::ApiKeyAuth {