mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
Fix stub
This commit is contained in:
@@ -26,4 +26,10 @@ public class FakeAutomaticTaxStrategy(
|
||||
{
|
||||
options.AutomaticTax = new SubscriptionAutomaticTaxOptions { Enabled = IsAutomaticTaxEnabled };
|
||||
}
|
||||
|
||||
public void SetInvoiceCreatePreviewOptions(InvoiceCreatePreviewOptions options)
|
||||
{
|
||||
options.AutomaticTax = new InvoiceAutomaticTaxOptions { Enabled = IsAutomaticTaxEnabled };
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user