mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: allow updating payment method details without authn/authz (#150)
This commit is contained in:
@ -273,6 +273,7 @@ diesel::table! {
|
||||
payment_method_type -> Nullable<PaymentMethodSubType>,
|
||||
payment_method_issuer -> Nullable<Varchar>,
|
||||
payment_method_issuer_code -> Nullable<PaymentMethodIssuerCode>,
|
||||
metadata -> Nullable<Json>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user