feat(router): add support for partial authorization (#8833)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2025-08-06 19:38:09 +05:30
committed by GitHub
parent 654c15ee19
commit c354e62f9d
67 changed files with 537 additions and 79 deletions

View File

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