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:
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user