feat(payment_methods): delete payment method using payment token (#258)

Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
Manoj Ghorela
2023-01-03 11:11:23 +05:30
committed by GitHub
parent 4b4a9967b3
commit f42ea8d4a4
9 changed files with 99 additions and 41 deletions

View File

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