mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user