feat(core): Add L2_L3 Data Support (#8828)

This commit is contained in:
awasthi21
2025-08-05 18:10:04 +05:30
committed by GitHub
parent 6d235d787d
commit 58a9c9f039
85 changed files with 1249 additions and 39 deletions

View File

@ -135,6 +135,7 @@ pub async fn construct_webhook_router_data(
psd2_sca_exemption_type: None,
raw_connector_response: None,
is_payment_id_from_merchant: None,
l2_l3_data: None,
};
Ok(router_data)
}