feat(core): conditionally return captures list during payment sync. (#2033)

This commit is contained in:
Hrithikesh
2023-08-29 20:10:04 +05:30
committed by GitHub
parent 63d92c07e7
commit c2aa0142ed
10 changed files with 46 additions and 11 deletions

View File

@ -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) =

View File

@ -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) =