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:
Sakil Mostak
2024-11-25 16:24:19 +05:30
committed by GitHub
parent 83e8bc0775
commit 2b8eb09a16
37 changed files with 152 additions and 4 deletions

View File

@ -123,6 +123,7 @@ pub async fn construct_webhook_router_data<'a>(
additional_merchant_data: None,
header_payload: None,
connector_mandate_request_reference_id: None,
psd2_sca_exemption_type: None,
};
Ok(router_data)
}