Logo
Explore Help
Register Sign In
admin/server
1
0
Fork 0
You've already forked server
mirror of https://github.com/bitwarden/server.git synced 2026-02-08 18:03:11 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
cca358c88caacfbfbb8030580a567dc8d64ee5a1
server/src/Core/Exceptions/InvalidGatewayCustomerIdException.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
204 B
C#
Raw Normal View History

Turn On `ImplicitUsings` (#2079) * Turn on ImplicitUsings * Fix formatting * Run linter
2022-06-29 19:46:41 -04:00
namespace Bit.Core.Exceptions;
Run formatting (#2230)
2022-08-29 16:06:55 -04:00
Turn On `ImplicitUsings` (#2079) * Turn on ImplicitUsings * Fix formatting * Run linter
2022-06-29 19:46:41 -04:00
public class InvalidGatewayCustomerIdException : Exception
[SG-72] Sync changed email address with stripe (#2042) * sync changed email address with strip * sync changed email address with strip * fixed formatting * throw exception if not successful * Added revert if stripe sync fails * Added revert if stripe sync fails * Added revert if stripe sync fails * created stripe sync service * fixed lint issue * reverted to use stripe exception message * added null checks to customer id and email address * added braces * removed empty email
2022-06-16 17:45:26 +01:00
{
public InvalidGatewayCustomerIdException()
: base("Invalid gateway customerId.")
{
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 107ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API