mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(core): conditionally return captures list during payment sync. (#2033)
This commit is contained in:
@ -81,6 +81,7 @@ pub async fn payment_intents_retrieve(
|
||||
merchant_connector_details: None,
|
||||
client_secret: query_payload.client_secret.clone(),
|
||||
expand_attempts: None,
|
||||
expand_captures: None,
|
||||
};
|
||||
|
||||
let (auth_type, auth_flow) =
|
||||
|
||||
@ -85,6 +85,7 @@ pub async fn setup_intents_retrieve(
|
||||
merchant_connector_details: None,
|
||||
client_secret: query_payload.client_secret.clone(),
|
||||
expand_attempts: None,
|
||||
expand_captures: None,
|
||||
};
|
||||
|
||||
let (auth_type, auth_flow) =
|
||||
|
||||
Reference in New Issue
Block a user