feat: add an api for toggling extended card info feature (#4444)

This commit is contained in:
Chethan Rao
2024-04-25 18:10:00 +05:30
committed by GitHub
parent 83ca04ea5e
commit 87d9fced07
16 changed files with 184 additions and 19 deletions

View File

@ -406,6 +406,8 @@ pub enum Flow {
WebhookEventDeliveryRetry,
/// Retrieve status of the Poll
RetrievePollStatus,
/// Toggles the extended card info feature in profile level
ToggleExtendedCardInfo,
}
///