feat(router): implement post_update_tracker for SessionUpdate Flow and add support for session_update_flow for Paypal (#6299)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Swangi Kumari
2024-10-15 23:38:44 +05:30
committed by GitHub
parent 342529e056
commit 7e90031c68
29 changed files with 536 additions and 131 deletions

View File

@ -4916,6 +4916,8 @@ pub struct PaymentsDynamicTaxCalculationRequest {
/// Payment method type
#[schema(value_type = PaymentMethodType)]
pub payment_method_type: api_enums::PaymentMethodType,
/// Session Id
pub session_id: Option<String>,
}
#[derive(Debug, serde::Serialize, serde::Deserialize, Clone, ToSchema)]