1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00
This commit is contained in:
Jonas Hendrickx 2025-04-02 12:18:15 +02:00
parent a87502d466
commit b96482ce16
No known key found for this signature in database
GPG Key ID: C4B27F601CE4317D

View File

@ -26,4 +26,10 @@ public class FakeAutomaticTaxStrategy(
{
options.AutomaticTax = new SubscriptionAutomaticTaxOptions { Enabled = IsAutomaticTaxEnabled };
}
public void SetInvoiceCreatePreviewOptions(InvoiceCreatePreviewOptions options)
{
options.AutomaticTax = new InvoiceAutomaticTaxOptions { Enabled = IsAutomaticTaxEnabled };
}
}