mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
refactor: include api key expiry workflow into process tracker (#3661)
This commit is contained in:
@ -138,7 +138,7 @@ mod diesel_impl {
|
||||
|
||||
// Tracking data by process_tracker
|
||||
#[derive(Default, Debug, Deserialize, Serialize, Clone)]
|
||||
pub struct ApiKeyExpiryWorkflow {
|
||||
pub struct ApiKeyExpiryTrackingData {
|
||||
pub key_id: String,
|
||||
pub merchant_id: String,
|
||||
pub api_key_expiry: Option<PrimitiveDateTime>,
|
||||
|
||||
Reference in New Issue
Block a user