feat: add an api for retrieving the extended card info from redis (#4484)

This commit is contained in:
Chethan Rao
2024-05-01 16:07:39 +05:30
committed by GitHub
parent b562e62ac8
commit dfa4b50dbd
13 changed files with 92 additions and 5 deletions

View File

@ -402,6 +402,8 @@ pub enum Flow {
RetrievePollStatus,
/// Toggles the extended card info feature in profile level
ToggleExtendedCardInfo,
/// Get the extended card info associated to a payment_id
GetExtendedCardInfo,
}
///