mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
fix: Payments redirects for v2 (#8405)
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
This commit is contained in:
committed by
GitHub
parent
f0026a1293
commit
7338a8db85
@ -2996,7 +2996,7 @@ impl PaymentRedirectFlow for PaymentRedirectSync {
|
|||||||
force_sync: true,
|
force_sync: true,
|
||||||
expand_attempts: false,
|
expand_attempts: false,
|
||||||
all_keys_required: None,
|
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;
|
let operation = operations::PaymentGet;
|
||||||
|
|||||||
Reference in New Issue
Block a user