mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat: add card cvc and payment token handling (#116)
This commit is contained in:
@ -18,6 +18,7 @@ pub struct LockerMockUp {
|
||||
pub nickname: Option<String>,
|
||||
pub customer_id: Option<String>,
|
||||
pub duplicate: Option<bool>,
|
||||
pub card_cvc: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, Insertable, router_derive::DebugAsDisplay)]
|
||||
@ -31,4 +32,5 @@ pub struct LockerMockUpNew {
|
||||
pub card_number: String,
|
||||
pub card_exp_year: String,
|
||||
pub card_exp_month: String,
|
||||
pub card_cvc: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user