mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: add card cvc and payment token handling (#116)
This commit is contained in:
@ -107,6 +107,7 @@ diesel::table! {
|
||||
nickname -> Nullable<Varchar>,
|
||||
customer_id -> Nullable<Varchar>,
|
||||
duplicate -> Nullable<Bool>,
|
||||
card_cvc -> Nullable<Varchar>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user