feat(core): populate connector raw response and connector_response_reference_id for razorpay (#8499)

Co-authored-by: Swangi Kumari <swangi.kumari@juspay.in>
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
This commit is contained in:
Aishwariyaa Anand
2025-07-03 17:18:33 +05:30
committed by GitHub
parent 417039d175
commit 2253d981c8
53 changed files with 577 additions and 409 deletions

View File

@ -133,7 +133,7 @@ pub async fn construct_webhook_router_data(
connector_mandate_request_reference_id: None,
authentication_id: None,
psd2_sca_exemption_type: None,
whole_connector_response: None,
raw_connector_response: None,
};
Ok(router_data)
}