use valid tax status on fees
This commit is contained in:
parent
b05a97e2c0
commit
1664ece7eb
|
@ -335,7 +335,7 @@ export class OrderFeeLine extends OrderItemMeta {
|
|||
*
|
||||
* @type {TaxStatus}
|
||||
*/
|
||||
public readonly taxStatus: TaxStatus = '';
|
||||
public readonly taxStatus: TaxStatus = 'taxable';
|
||||
|
||||
/**
|
||||
* The total amount for this fee.
|
||||
|
|
Loading…
Reference in New Issue