mirror of
https://github.com/bitwarden/server
synced 2026-02-12 22:44:00 +00:00
forgot to inject user and fixing stripe errors
This commit is contained in:
@@ -566,7 +566,6 @@ public class PreviewPremiumUpgradeProrationCommandTests
|
||||
await _stripeAdapter.Received(1).CreateInvoicePreviewAsync(
|
||||
Arg.Is<InvoiceCreatePreviewOptions>(options =>
|
||||
options.AutomaticTax.Enabled == true &&
|
||||
options.Currency == "usd" &&
|
||||
options.Customer == "cus_123" &&
|
||||
options.Subscription == "sub_123" &&
|
||||
options.CustomerDetails.Address.Country == "US" &&
|
||||
|
||||
Reference in New Issue
Block a user