mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Handle tax_id_invalid error (#4609)
This commit is contained in:
@ -24,6 +24,7 @@ public static class StripeConstants
|
||||
public static class ErrorCodes
|
||||
{
|
||||
public const string CustomerTaxLocationInvalid = "customer_tax_location_invalid";
|
||||
public const string TaxIdInvalid = "tax_id_invalid";
|
||||
}
|
||||
|
||||
public static class PaymentMethodTypes
|
||||
|
Reference in New Issue
Block a user