mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
[fix] Correct a typo in the event name of a stripe webhook (#2023)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
public static class HandledStripeWebhook
|
||||
{
|
||||
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 ChargeSucceeded => "charge.succeeded";
|
||||
public static string ChargeRefunded => "charge.refunded";
|
||||
|
Reference in New Issue
Block a user