mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
[fix] Correct a typo in the event name of a stripe webhook (#2023)
This commit is contained in:
parent
052f760fbb
commit
39ba68e66b
@ -3,7 +3,7 @@
|
|||||||
public static class HandledStripeWebhook
|
public static class HandledStripeWebhook
|
||||||
{
|
{
|
||||||
public static string SubscriptionDeleted => "customer.subscription.deleted";
|
public static string SubscriptionDeleted => "customer.subscription.deleted";
|
||||||
public static string SubscriptionUpdated => "customer.subscriptions.updated";
|
public static string SubscriptionUpdated => "customer.subscription.updated";
|
||||||
public static string UpcomingInvoice => "invoice.upcoming";
|
public static string UpcomingInvoice => "invoice.upcoming";
|
||||||
public static string ChargeSucceeded => "charge.succeeded";
|
public static string ChargeSucceeded => "charge.succeeded";
|
||||||
public static string ChargeRefunded => "charge.refunded";
|
public static string ChargeRefunded => "charge.refunded";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user