mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -404,25 +404,25 @@ pub enum AuthorizationStatus {
|
||||
Unresolved,
|
||||
}
|
||||
|
||||
// #[derive(
|
||||
// Clone,
|
||||
// Debug,
|
||||
// Eq,
|
||||
// PartialEq,
|
||||
// serde::Deserialize,
|
||||
// serde::Serialize,
|
||||
// strum::Display,
|
||||
// strum::EnumString,
|
||||
// ToSchema,
|
||||
// Hash,
|
||||
// )]
|
||||
// #[router_derive::diesel_enum(storage_type = "text")]
|
||||
// #[serde(rename_all = "snake_case")]
|
||||
// #[strum(serialize_all = "snake_case")]
|
||||
// pub enum SessionUpdateStatus {
|
||||
// Success,
|
||||
// Failure,
|
||||
// }
|
||||
#[derive(
|
||||
Clone,
|
||||
Debug,
|
||||
Eq,
|
||||
PartialEq,
|
||||
serde::Deserialize,
|
||||
serde::Serialize,
|
||||
strum::Display,
|
||||
strum::EnumString,
|
||||
ToSchema,
|
||||
Hash,
|
||||
)]
|
||||
#[router_derive::diesel_enum(storage_type = "text")]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum SessionUpdateStatus {
|
||||
Success,
|
||||
Failure,
|
||||
}
|
||||
|
||||
#[derive(
|
||||
Clone,
|
||||
|
||||
Reference in New Issue
Block a user