Skip to content

Commit c606e8f

Browse files
author
MartkCz
committed
added option hasTax to InvoiceExtension
1 parent a356e7d commit c606e8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DI/InvoiceExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class InvoiceExtension extends CompilerExtension {
2828
'country' => NULL,
2929
'tin' => NULL,
3030
'vaTin' => NULL,
31+
'hasTax' => FALSE,
3132
],
3233
'lang' => 'en',
3334
'invoiceFactory' => FALSE,

0 commit comments

Comments
 (0)