1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 10:43:44 +00:00

send notification IPNs on bitpay invoice

This commit is contained in:
Kyle Spearrin
2019-02-22 08:08:48 -05:00
parent 31097870a1
commit 4e99ae0dd6
5 changed files with 16 additions and 6 deletions

View File

@@ -191,6 +191,7 @@ namespace Bit.Core
{
public bool Production { get; set; }
public string Base58Secret { get; set; }
public string NotificationUrl { get; set; }
}
public class InstallationSettings