mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
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:
@ -108,6 +108,7 @@ diesel::table! {
|
||||
customer_id -> Nullable<Varchar>,
|
||||
duplicate -> Nullable<Bool>,
|
||||
card_cvc -> Nullable<Varchar>,
|
||||
payment_method_id -> Nullable<Varchar>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user