feat: allow updating payment method details without authn/authz (#150)

This commit is contained in:
Manoj Ghorela
2022-12-15 20:34:43 +05:30
committed by GitHub
parent bd19dad616
commit bf7f24125f
8 changed files with 88 additions and 20 deletions

View File

@ -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>,
}
}