mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05: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