refactor(connector): changed amount to minor Unit for stripe (#4786)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
This commit is contained in:
Sahkal Poddar
2024-06-11 13:27:24 +05:30
committed by GitHub
parent 4d0c89362a
commit b705757be3
27 changed files with 184 additions and 58 deletions

View File

@ -88,6 +88,7 @@ pub async fn construct_webhook_router_data<'a>(
connector_meta_data: None,
connector_wallets_details: None,
amount_captured: None,
minor_amount_captured: None,
request: types::VerifyWebhookSourceRequestData {
webhook_headers: request_details.headers.clone(),
webhook_body: request_details.body.to_vec().clone(),