feat: add card cvc and payment token handling (#116)

This commit is contained in:
Manoj Ghorela
2022-12-13 16:36:57 +05:30
committed by GitHub
parent 6bf9904867
commit 695cba3dd8
21 changed files with 107 additions and 37 deletions

View File

@ -107,6 +107,7 @@ diesel::table! {
nickname -> Nullable<Varchar>,
customer_id -> Nullable<Varchar>,
duplicate -> Nullable<Bool>,
card_cvc -> Nullable<Varchar>,
}
}