mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(core): add SCA exemption field (#6578)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -274,6 +274,7 @@ pub async fn generate_sample_data(
|
||||
shipping_cost: None,
|
||||
tax_details: None,
|
||||
skip_external_tax_calculation: None,
|
||||
psd2_sca_exemption_type: None,
|
||||
};
|
||||
let (connector_transaction_id, connector_transaction_data) =
|
||||
ConnectorTransactionId::form_id_and_data(attempt_id.clone());
|
||||
|
||||
Reference in New Issue
Block a user