1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 19:13:50 +00:00

billings jobs setup

This commit is contained in:
Kyle Spearrin
2017-08-12 23:06:29 -04:00
parent f998b988ca
commit c8af0e8644
3 changed files with 41 additions and 1 deletions

View File

@@ -5,5 +5,6 @@
public virtual string StripeWebhookKey { get; set; }
public virtual string StripeWebhookSecret { get; set; }
public virtual string BraintreeWebhookKey { get; set; }
public virtual string JobsKey { get; set; }
}
}