mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(api_keys): provide identifier for api key in the expiry reminder email (#3888)
Co-authored-by: Chethan <chethan.rao@juspay.in>
This commit is contained in:
@ -141,6 +141,8 @@ mod diesel_impl {
|
||||
pub struct ApiKeyExpiryTrackingData {
|
||||
pub key_id: String,
|
||||
pub merchant_id: String,
|
||||
pub api_key_name: String,
|
||||
pub prefix: String,
|
||||
pub api_key_expiry: Option<PrimitiveDateTime>,
|
||||
// Days on which email reminder about api_key expiry has to be sent, prior to it's expiry.
|
||||
pub expiry_reminder_days: Vec<u8>,
|
||||
|
||||
Reference in New Issue
Block a user