1
0
mirror of https://github.com/bitwarden/server synced 2026-01-05 01:53:17 +00:00

[PM-28423] Add latest_invoice expansion / logging to SubscriptionCancellationJob (#6603)

* Added latest_invoice expansion / logging to cancellation job

* Run dotnet format

* Claude feedback

* Run dotnet format
This commit is contained in:
Alex Morask
2025-12-04 13:10:13 -06:00
committed by GitHub
parent d88fff4262
commit 101ff9d6ed
3 changed files with 416 additions and 8 deletions

View File

@@ -12,6 +12,12 @@ public static class StripeConstants
public const string UnrecognizedLocation = "unrecognized_location";
}
public static class BillingReasons
{
public const string SubscriptionCreate = "subscription_create";
public const string SubscriptionCycle = "subscription_cycle";
}
public static class CollectionMethod
{
public const string ChargeAutomatically = "charge_automatically";