feat(core): Add support for cards bin update (#7194)

Co-authored-by: Mrudul Vajpayee <mrudul.vajpayee@mrudulvajpayee-XJWXCWP7HF.local>
Co-authored-by: Mrudul Vajpayee <mrudul.vajpayee@mrudulvWXCWP7HF.lan>
This commit is contained in:
Mrudul Vajpayee
2025-03-04 13:55:29 +05:30
committed by GitHub
parent 6553e29e47
commit 8e922d30da
12 changed files with 629 additions and 17 deletions

View File

@ -561,6 +561,12 @@ pub enum Flow {
PaymentMethodSessionUpdateSavedPaymentMethod,
/// Confirm a payment method session with payment method data
PaymentMethodSessionConfirm,
/// Create Cards Info flow
CardsInfoCreate,
/// Update Cards Info flow
CardsInfoUpdate,
/// Cards Info migrate flow
CardsInfoMigrate,
}
/// Trait for providing generic behaviour to flow metric