fix: Payments redirects for v2 (#8405)

Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
This commit is contained in:
Aishwariyaa Anand
2025-06-23 13:02:31 +05:30
committed by GitHub
parent f0026a1293
commit 7338a8db85

View File

@ -2996,7 +2996,7 @@ impl PaymentRedirectFlow for PaymentRedirectSync {
force_sync: true,
expand_attempts: false,
all_keys_required: None,
merchant_connector_details: todo!(), // TODO: Implement for connectors requiring 3DS or redirection-based authentication flows.
merchant_connector_details: None, // TODO: Implement for connectors requiring 3DS or redirection-based authentication flows.
};
let operation = operations::PaymentGet;