mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat: Time based deletion of temp card (#729)
This commit is contained in:
@ -549,7 +549,7 @@ pub struct GetTokenizePayloadRequest {
|
||||
pub get_value2: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
#[derive(Debug, serde::Serialize, serde::Deserialize)]
|
||||
pub struct DeleteTokenizeByTokenRequest {
|
||||
pub lookup_key: String,
|
||||
pub service_name: String,
|
||||
|
||||
Reference in New Issue
Block a user